summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/all.T
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-25 14:05:14 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-25 14:05:14 +0000
commit3bd690ab776e71df9cfebf12e18ed424c87f0e9b (patch)
tree7d672dc7c4482327d25059b9a02961b33db6fd8b /testsuite/tests/codeGen/should_compile/all.T
parent2c74d11bd57c6a367d67a4671ee2a74ef06c6036 (diff)
downloadhaskell-3bd690ab776e71df9cfebf12e18ed424c87f0e9b.tar.gz
Rename some numeric tests: nnnn -> Tnnnn
Diffstat (limited to 'testsuite/tests/codeGen/should_compile/all.T')
-rw-r--r--testsuite/tests/codeGen/should_compile/all.T10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index 77d7f02473..046d98ec56 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -7,13 +7,13 @@ test('cg006', normal, compile, [''])
test('cg007', normal, compile, [''])
test('cg008', normal, compile, [''])
-test('1916', normal, compile, [''])
-test('2388', normal, compile, [''])
-test('3132', normal, compile, ['-dcmm-lint'])
+test('T1916', normal, compile, [''])
+test('T2388', normal, compile, [''])
+test('T3132', normal, compile, ['-dcmm-lint'])
test('T3286', extra_clean(['T3286b.o','T3286b.hi']),
multimod_compile, ['T3286', '-v0'])
-test('3579', normal, compile, [''])
-test('2578', normal, run_command, ['$MAKE -s --no-print-directory 2578'])
+test('T3579', normal, compile, [''])
+test('T2578', normal, run_command, ['$MAKE -s --no-print-directory T2578'])
# skip llvm on i386 as we don't support fPIC
test('jmp_tbl', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O'])
test('massive_array',