summaryrefslogtreecommitdiff
path: root/testsuite/tests/utils
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-06 21:50:24 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:20:25 -0400
commit55b5bb14b9a2487bab80411776ae34c143eddb1a (patch)
tree4e7c8aa223832e7f9004c4863094505b4c32c91e /testsuite/tests/utils
parent329dcd7a59e7d46cb5110e1dfb9f8b7f50f0e3a2 (diff)
downloadhaskell-55b5bb14b9a2487bab80411776ae34c143eddb1a.tar.gz
testsuite: Fix omit_ways usage
omit_ways expects a list but this was broken in several cases.
Diffstat (limited to 'testsuite/tests/utils')
-rw-r--r--testsuite/tests/utils/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/utils/should_run/all.T b/testsuite/tests/utils/should_run/all.T
index 8817118601..e2ae0f9a78 100644
--- a/testsuite/tests/utils/should_run/all.T
+++ b/testsuite/tests/utils/should_run/all.T
@@ -1,6 +1,6 @@
test('T14854',
[only_ways(threaded_ways),
- omit_ways('ghci'),
+ omit_ways(['ghci']),
reqlib('random'),
ignore_stderr],
compile_and_run,