summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-07-22 22:50:06 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-07-22 22:50:06 +0200
commita606750b36862367d038813f9fe7170f93c36222 (patch)
treee713c5b2086af23ae32100a914cbece231ed0e85 /testsuite/tests/numeric/should_run
parentfd1cf1f474626ebc715027d30fdb245cc41c39c4 (diff)
downloadhaskell-a606750b36862367d038813f9fe7170f93c36222.tar.gz
fixup! Disable T10962 on llvm for now
Diffstat (limited to 'testsuite/tests/numeric/should_run')
-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 80c1d0cfa3..140fa6c50b 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -62,7 +62,7 @@ test('CarryOverflow', omit_ways(['ghci']), compile_and_run, [''])
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, ['-O2'])
+test('T10962', omit_ways(['ghci']), compile_and_run, ['-O2'])
test('T11702', extra_ways(['optasm']), compile_and_run, [''])
test('T12136', normal, compile_and_run, [''])
test('T15301', normal, compile_and_run, ['-O2'])