[commit: ghc] ghc-8.0: Fix T12504 (21c2020)

git at git.haskell.org git at git.haskell.org
Fri Sep 16 15:10:44 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/21c20203ab071d2255051a395a646f0b39dbfc38/ghc

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

commit 21c20203ab071d2255051a395a646f0b39dbfc38
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 15 13:30:57 2016 -0400

    Fix T12504
    
    This had an extra_files directive, which does not exist in ghc-8.0, from
    cherry-picking.


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

21c20203ab071d2255051a395a646f0b39dbfc38
 testsuite/tests/hsc2hs/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/hsc2hs/all.T b/testsuite/tests/hsc2hs/all.T
index 3f910db..a953bee 100644
--- a/testsuite/tests/hsc2hs/all.T
+++ b/testsuite/tests/hsc2hs/all.T
@@ -37,7 +37,6 @@ test('T10272',
      ['$MAKE -s --no-print-directory T10272'])
 
 test('T12504',
-     [extra_clean(['T12504/path/to/T12504.hs']),
-      extra_files(['T12504'])],
+     [extra_clean(['T12504/path/to/T12504.hs'])],
      run_command,
      ['$MAKE -s --no-print-directory T12504'])



More information about the ghc-commits mailing list