[commit: testsuite] master: Add test for #7574 (abbf27e)
Simon Marlow
marlowsd at gmail.com
Tue Jul 2 13:08:29 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/abbf27e7922cf15df4c74b502e51f4bc12923215
>---------------------------------------------------------------
commit abbf27e7922cf15df4c74b502e51f4bc12923215
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Jun 7 10:52:29 2013 +0100
Add test for #7574
>---------------------------------------------------------------
.../T7571.cmm => codeGen/should_compile/T7574.cmm} | 0
tests/codeGen/should_compile/all.T | 2 ++
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/llvm/should_compile/T7571.cmm b/tests/codeGen/should_compile/T7574.cmm
similarity index 100%
copy from tests/llvm/should_compile/T7571.cmm
copy to tests/codeGen/should_compile/T7574.cmm
diff --git a/tests/codeGen/should_compile/all.T b/tests/codeGen/should_compile/all.T
index 220ff85..9148596 100644
--- a/tests/codeGen/should_compile/all.T
+++ b/tests/codeGen/should_compile/all.T
@@ -20,3 +20,5 @@ test('massive_array',
[ when(arch('i386'), omit_ways(['llvm', 'optllvm'])) ],
compile, ['-fPIC'])
test('T7237', normal, compile, [''])
+
+test('T7574', cmm_src, compile, [''])
More information about the ghc-commits
mailing list