[commit: ghc] master: testsuite: mark test T9938 (#9938) as passing again (942a074)

git at git.haskell.org git at git.haskell.org
Tue Jun 2 21:15:31 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/942a074ccb441320daae74fadf37b44e636dc102/ghc

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

commit 942a074ccb441320daae74fadf37b44e636dc102
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue Jun 2 16:07:30 2015 -0500

    testsuite: mark test T9938 (#9938) as passing again
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

942a074ccb441320daae74fadf37b44e636dc102
 testsuite/tests/driver/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 48ec649..8d4fcf5 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -411,7 +411,7 @@ test('write_interface_make', normal, run_command, ['$MAKE -s --no-print-director
 test('T9776', normal, compile_fail, ['-frule-check'])
 
 test('T9938',
-     [ extra_clean(['T9938.hi', 'T9938.o', 'T9938']), expect_broken(9938) ],
+     [ extra_clean(['T9938.hi', 'T9938.o', 'T9938']), normal ],
      run_command,
      ['$MAKE -s --no-print-directory T9938'])
 



More information about the ghc-commits mailing list