summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-03-16 10:00:12 +0100
committerBen Gamari <ben@smart-cactus.org>2016-03-20 16:05:43 +0100
commitc095ec5d970ec3a3a00a1920c01f67df52d07060 (patch)
tree642f32d6ca47de50573f960964ff2ff5e0c066d2 /testsuite/tests/numeric
parent2841ccab595ce38fb86b789574f057c3abe3d630 (diff)
downloadhaskell-c095ec5d970ec3a3a00a1920c01f67df52d07060.tar.gz
Ensure T11702 always runs with optasm
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r--testsuite/tests/numeric/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index 8c80305f18..d1f05fd220 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -66,4 +66,4 @@ test('T9407', normal, compile_and_run, [''])
test('T9810', normal, compile_and_run, [''])
test('T10011', normal, compile_and_run, [''])
test('T10962', omit_ways(['ghci']), compile_and_run, [''])
-test('T11702', normal, compile_and_run, [''])
+test('T11702', extra_ways(['optasm']), compile_and_run, [''])