summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-13 20:21:03 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-15 23:34:25 -0400
commit57b718481d5363ab33df4c7814f74897418f79d7 (patch)
tree331ed2714167b2ea5722b0387d51e957329f40e1 /testsuite/tests/simplCore/should_run
parentca721193fc71c065036deecfb9d4274fbfc6850d (diff)
downloadhaskell-57b718481d5363ab33df4c7814f74897418f79d7.tar.gz
testsuite: Add assertions that way lists are in fact lists
Previously there were a few cases where operations like `omit_ways` were incorrectly passed a single way (e.g. `omit_ways('threaded2')`). This won't work as the author expected.
Diffstat (limited to 'testsuite/tests/simplCore/should_run')
-rw-r--r--testsuite/tests/simplCore/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_run/all.T b/testsuite/tests/simplCore/should_run/all.T
index 9ec45e05b0..0d27d11d7f 100644
--- a/testsuite/tests/simplCore/should_run/all.T
+++ b/testsuite/tests/simplCore/should_run/all.T
@@ -86,7 +86,7 @@ test('T14868',
compile_and_run, [''])
test('T14894', [when((arch('powerpc64') or arch('powerpc64le')), expect_broken(11261))], compile_and_run, [''])
test('T14965', normal, compile_and_run, [''])
-test('T15114', only_ways('optasm'), compile_and_run, [''])
+test('T15114', only_ways(['optasm']), compile_and_run, [''])
test('T15436', normal, compile_and_run, [''])
test('T15840', normal, compile_and_run, [''])
test('T15840a', normal, compile_and_run, [''])