summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-06 11:13:17 -0400
committerBen Gamari <ben@smart-cactus.org>2020-08-06 17:09:35 -0400
commit50202106a0e378d669ad53d476909b6bc7ac1618 (patch)
tree4951fd1366e1a9c4a46df2171dd4909158a2c21a
parent8248146bfd82577e5a7374435c637ef2c2a437b3 (diff)
downloadhaskell-wip/T18527.tar.gz
testsuite: Fix prog001wip/T18527
Previously it failed as the `ghc` package was not visible.
-rw-r--r--testsuite/tests/concurrent/prog001/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/prog001/all.T b/testsuite/tests/concurrent/prog001/all.T
index 39327b0a85..0b73b3d5ad 100644
--- a/testsuite/tests/concurrent/prog001/all.T
+++ b/testsuite/tests/concurrent/prog001/all.T
@@ -16,4 +16,4 @@ test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'S
when(fast(), skip), only_ways(['threaded2']),
fragile(16604),
run_timeout_multiplier(2)],
- multimod_compile_and_run, ['Mult', ''])
+ multimod_compile_and_run, ['Mult', '-package ghc'])