[commit: ghc] master: Testsuite: rename rename/should_fail/T5001 to T5001b (#5001) (b5097fe)
git at git.haskell.org
git at git.haskell.org
Thu Jul 30 19:39:21 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b5097fe77f3d610db3eea8f659df927001bfcc10/ghc
>---------------------------------------------------------------
commit b5097fe77f3d610db3eea8f659df927001bfcc10
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Jul 30 19:27:05 2015 +0200
Testsuite: rename rename/should_fail/T5001 to T5001b (#5001)
Test names should be unique. This fixes a framework failure.
>---------------------------------------------------------------
b5097fe77f3d610db3eea8f659df927001bfcc10
testsuite/tests/rename/should_fail/{T5001.hs => T5001b.hs} | 0
testsuite/tests/rename/should_fail/{T5001.stderr => T5001b.stderr} | 2 +-
testsuite/tests/rename/should_fail/all.T | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/rename/should_fail/T5001.hs b/testsuite/tests/rename/should_fail/T5001b.hs
similarity index 100%
rename from testsuite/tests/rename/should_fail/T5001.hs
rename to testsuite/tests/rename/should_fail/T5001b.hs
diff --git a/testsuite/tests/rename/should_fail/T5001.stderr b/testsuite/tests/rename/should_fail/T5001b.stderr
similarity index 83%
rename from testsuite/tests/rename/should_fail/T5001.stderr
rename to testsuite/tests/rename/should_fail/T5001b.stderr
index 34317cf..e5f7aa1 100644
--- a/testsuite/tests/rename/should_fail/T5001.stderr
+++ b/testsuite/tests/rename/should_fail/T5001b.stderr
@@ -1,4 +1,4 @@
-T5001.hs:10:17: error:
+T5001b.hs:10:17: error:
The INLINE pragma for ‘genum’ lacks an accompanying binding
(The INLINE pragma must be given where ‘genum’ is declared)
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T
index 5438ea5..23648c9 100644
--- a/testsuite/tests/rename/should_fail/all.T
+++ b/testsuite/tests/rename/should_fail/all.T
@@ -135,4 +135,4 @@ test('T9032',
['$MAKE -s --no-print-directory T9032'])
test('T10618', normal, compile_fail, [''])
test('T10668', normal, compile_fail, [''])
-test('T5001', normal, compile_fail, [''])
+test('T5001b', normal, compile_fail, [''])
More information about the ghc-commits
mailing list