[commit: testsuite] master: Rename a test that shared its name with another test (6be3a5d)

Ian Lynagh igloo at earth.li
Sat Jan 26 01:29:39 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6be3a5db40ce1f862d8b5647844eadf1bef3ea56

>---------------------------------------------------------------

commit 6be3a5db40ce1f862d8b5647844eadf1bef3ea56
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Jan 25 16:38:43 2013 +0000

    Rename a test that shared its name with another test

>---------------------------------------------------------------

 .../should_fail/{T2334.hs => T2334A.hs}            |    0 
 .../should_fail/{T2334.stderr => T2334A.stderr}    |   10 +++++-----
 tests/indexed-types/should_fail/all.T              |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/indexed-types/should_fail/T2334.hs b/tests/indexed-types/should_fail/T2334A.hs
similarity index 100%
rename from tests/indexed-types/should_fail/T2334.hs
rename to tests/indexed-types/should_fail/T2334A.hs
diff --git a/tests/indexed-types/should_fail/T2334.stderr b/tests/indexed-types/should_fail/T2334A.stderr
similarity index 74%
rename from tests/indexed-types/should_fail/T2334.stderr
rename to tests/indexed-types/should_fail/T2334A.stderr
index b8efc59..16ad7b0 100644
--- a/tests/indexed-types/should_fail/T2334.stderr
+++ b/tests/indexed-types/should_fail/T2334A.stderr
@@ -1,17 +1,17 @@
 
-T2334.hs:9:26:
+T2334A.hs:9:26:
     The constructor of a newtype must have exactly one field
       but `F' has two
     In the definition of data constructor `F'
     In the newtype instance declaration for `F'
 
-T2334.hs:10:27:
+T2334A.hs:10:27:
     The constructor of a newtype must have exactly one field
       but `H' has none
     In the definition of data constructor `H'
     In the newtype instance declaration for `F'
 
-T2334.hs:12:15:
+T2334A.hs:12:15:
     Conflicting family instance declarations:
-      F Bool -- Defined at T2334.hs:12:15
-      F Bool -- Defined at T2334.hs:13:15
+      F Bool -- Defined at T2334A.hs:12:15
+      F Bool -- Defined at T2334A.hs:13:15
diff --git a/tests/indexed-types/should_fail/all.T b/tests/indexed-types/should_fail/all.T
index 316e1ff..82c1bce 100644
--- a/tests/indexed-types/should_fail/all.T
+++ b/tests/indexed-types/should_fail/all.T
@@ -41,7 +41,7 @@ test('Over',
 
 test('SkolemOccursLoop', expect_fail, compile_fail, [''])
 
-test('T2334', normal, compile_fail, [''])
+test('T2334A', normal, compile_fail, [''])
 test('T1900', normal, compile_fail, [''])
 test('T2157', normal, compile_fail, [''])
 test('T2203a', normal, compile_fail, [''])





More information about the ghc-commits mailing list