summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorDaniel Fischer <daniel.is.fischer@googlemail.com>2011-09-05 11:08:23 +0200
committerDaniel Fischer <daniel.is.fischer@googlemail.com>2011-09-05 11:08:23 +0200
commit4346c127fc9f1d27386d4155101b754dbde0efd0 (patch)
tree7320769b3032641eddd4fdcd77c2a8209b9e2ee0 /testsuite/tests
parentc5aa25e0f132567290fb10582f52b89d632babf7 (diff)
downloadhaskell-4346c127fc9f1d27386d4155101b754dbde0efd0.tar.gz
Fix typo (TT5458 -> T5458)
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 8909355e8f..d3fa89b280 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -127,4 +127,4 @@ test('T5303', reqlib('mtl'), compile, ['']) # Coercion-optimiation test
test('T5342', normal, compile, ['']) # Lint error with -prof
test('T5359a', normal, compile, ['']) # Lint error with -O (OccurAnal)
test('T5359b', normal, compile, ['']) # Lint error with -O (OccurAnal)
-test('TT5458', normal, compile, [''])
+test('T5458', normal, compile, [''])