[commit: ghc] ghc-8.0: testsuite: Fix framework failure in T12771 (6060964)
git at git.haskell.org
git at git.haskell.org
Fri Nov 11 20:46:00 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/6060964cf03680d9e9356643c7190a2201be3303/ghc
>---------------------------------------------------------------
commit 6060964cf03680d9e9356643c7190a2201be3303
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Nov 11 14:33:30 2016 -0500
testsuite: Fix framework failure in T12771
Extraneous extra_files
>---------------------------------------------------------------
6060964cf03680d9e9356643c7190a2201be3303
testsuite/tests/rts/T12771/all.T | 1 -
1 file changed, 1 deletion(-)
diff --git a/testsuite/tests/rts/T12771/all.T b/testsuite/tests/rts/T12771/all.T
index 50933d5..2359688 100644
--- a/testsuite/tests/rts/T12771/all.T
+++ b/testsuite/tests/rts/T12771/all.T
@@ -1,5 +1,4 @@
test('T12771', [ extra_clean(['libfoo.a', 'libfoo-1.dll', 'foo.o', 'main.o'])
- , extra_files(['foo.c', 'main.hs', 'foo_dll.c'])
, unless(opsys('mingw32'), skip)
],
run_command, ['$MAKE -s --no-print-directory T12771'])
More information about the ghc-commits
mailing list