diff options
author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-09-05 11:08:23 +0200 |
---|---|---|
committer | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-09-05 11:08:23 +0200 |
commit | 4346c127fc9f1d27386d4155101b754dbde0efd0 (patch) | |
tree | 7320769b3032641eddd4fdcd77c2a8209b9e2ee0 /testsuite/tests | |
parent | c5aa25e0f132567290fb10582f52b89d632babf7 (diff) | |
download | haskell-4346c127fc9f1d27386d4155101b754dbde0efd0.tar.gz |
Fix typo (TT5458 -> T5458)
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/all.T | 2 |
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, ['']) |