[commit: ghc] master: Ensure T11702 always runs with optasm (c095ec5)
git at git.haskell.org
git at git.haskell.org
Sun Mar 20 16:32:59 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c095ec5d970ec3a3a00a1920c01f67df52d07060/ghc
>---------------------------------------------------------------
commit c095ec5d970ec3a3a00a1920c01f67df52d07060
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Mar 16 10:00:12 2016 +0100
Ensure T11702 always runs with optasm
>---------------------------------------------------------------
c095ec5d970ec3a3a00a1920c01f67df52d07060
testsuite/tests/numeric/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index 8c80305..d1f05fd 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, [''])
More information about the ghc-commits
mailing list