[commit: testsuite] master: #3103 no longer broken, it seems (2e161a4)

git at git.haskell.org git at git.haskell.org
Thu Nov 28 11:49:25 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2e161a4753c439d25b67a9a141180657642d7f91/testsuite

>---------------------------------------------------------------

commit 2e161a4753c439d25b67a9a141180657642d7f91
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Nov 28 11:49:44 2013 +0000

    #3103 no longer broken, it seems


>---------------------------------------------------------------

2e161a4753c439d25b67a9a141180657642d7f91
 tests/rename/should_compile/T3103/test.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/rename/should_compile/T3103/test.T b/tests/rename/should_compile/T3103/test.T
index 751118b..d1e5b64 100644
--- a/tests/rename/should_compile/T3103/test.T
+++ b/tests/rename/should_compile/T3103/test.T
@@ -2,7 +2,7 @@
 
 test('T3103',
      [only_compiler_types(['ghc']),
-      expect_broken_for(3103, opt_ways),
+      normal,
       extra_clean(['Foreign/Ptr.hi', 'Foreign/Ptr.o',
                    'GHC/Base.hi',    'GHC/Base.o',
                    'GHC/Num.hi',     'GHC/Num.o',



More information about the ghc-commits mailing list