[commit: ghc] ghc-8.0: Ensure T9646 dump-simpl output is cleaned (4e5a0b0)

git at git.haskell.org git at git.haskell.org
Thu Mar 24 22:00:37 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/4e5a0b0f70d22cdd701e363a680a1fd68fc853e2/ghc

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

commit 4e5a0b0f70d22cdd701e363a680a1fd68fc853e2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Mar 21 00:49:24 2016 +0100

    Ensure T9646 dump-simpl output is cleaned
    
    (cherry picked from commit da3b29bd1768d717753b7d1642e0e4e97750ae7b)


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

4e5a0b0f70d22cdd701e363a680a1fd68fc853e2
 testsuite/tests/simplCore/T9646/test.T | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/T9646/test.T b/testsuite/tests/simplCore/T9646/test.T
index 1456217..d31f8fe 100644
--- a/testsuite/tests/simplCore/T9646/test.T
+++ b/testsuite/tests/simplCore/T9646/test.T
@@ -1,6 +1,9 @@
 
 test('T9646',
-     [when(fast(), skip), extra_clean(['Main.hi', 'Main.o'])],
+     [when(fast(), skip),
+      extra_clean(['Main.hi', 'Main.o', 'Main.dump-simpl',
+                   'Natural.dump-simpl', 'StrictPrim.dump-simpl',
+                   'Type.dump-simpl'])],
      multimod_compile_and_run,
      ['Main -ddump-simpl -ddump-to-file', ''])
 



More information about the ghc-commits mailing list