[commit: ghc] wip/T15155a: like the cg003 (1b6b263)
git at git.haskell.org
git at git.haskell.org
Thu Dec 27 17:01:38 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15155a
Link : http://ghc.haskell.org/trac/ghc/changeset/1b6b2632fb44562986d6907a8d807af5e84f772f/ghc
>---------------------------------------------------------------
commit 1b6b2632fb44562986d6907a8d807af5e84f772f
Author: Gabor Greif <ggreif at gmail.com>
Date: Mon Dec 24 13:26:54 2018 +0100
like the cg003
>---------------------------------------------------------------
1b6b2632fb44562986d6907a8d807af5e84f772f
testsuite/tests/codeGen/should_compile/all.T | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index e2fae95..f740499 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -53,10 +53,8 @@ test('T15723',
unless(have_dynamic(), skip),
], run_command, ['$MAKE -s --no-print-directory T15723'])
-test('T15155',
- [ only_ways(['optasm']),
- ], run_command, ['$MAKE -s --no-print-directory T15155'])
+test('T15155', only_ways('optasm'),
+ run_command, ['$MAKE -s --no-print-directory T15155'])
-test('T15155l',
- [ only_ways(llvm_ways),
- ], run_command, ['$MAKE -s --no-print-directory T15155l'])
+test('T15155l', only_ways(llvm_ways),
+ run_command, ['$MAKE -s --no-print-directory T15155l'])
More information about the ghc-commits
mailing list