summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/sigcabal01
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-02-24 20:56:19 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-26 17:30:44 -0500
commit98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch)
tree2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/cabal/sigcabal01
parent8bb63c2e982a12ad5f436320948e23a718069a4f (diff)
downloadhaskell-98119f5a5224d321a1765f262c8c76dfd1b8ed35.tar.gz
tests: manually move some extra_files into *.T files
Some of the *.T files were in libraries/hpc, so this contains an update to that submodule.
Diffstat (limited to 'testsuite/tests/cabal/sigcabal01')
-rw-r--r--testsuite/tests/cabal/sigcabal01/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/sigcabal01/all.T b/testsuite/tests/cabal/sigcabal01/all.T
index 4a1bad9956..7f6df90619 100644
--- a/testsuite/tests/cabal/sigcabal01/all.T
+++ b/testsuite/tests/cabal/sigcabal01/all.T
@@ -4,6 +4,6 @@ else:
cleanup = 'CLEANUP=0'
test('sigcabal01',
- expect_broken(10622),
+ [extra_files(['Main.hs', 'Setup.hs', 'p/']), expect_broken(10622)],
run_command,
['$MAKE -s --no-print-directory sigcabal01 ' + cleanup])