[commit: testsuite] master: Fix naming of ClosedFam1/ClosedFam2 tests. (17af5f1)

git at git.haskell.org git at git.haskell.org
Sun Aug 11 07:13:08 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/17af5f142da6bffa0f555e1a529cbb585c4ee5fc/testsuite

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

commit 17af5f142da6bffa0f555e1a529cbb585c4ee5fc
Author: Austin Seipp <aseipp at pobox.com>
Date:   Sun Aug 11 00:12:11 2013 -0500

    Fix naming of ClosedFam1/ClosedFam2 tests.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


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

17af5f142da6bffa0f555e1a529cbb585c4ee5fc
 tests/th/{ClosedFam1.hs => ClosedFam1TH.hs}         |    0
 tests/th/{ClosedFam1.stderr => ClosedFam1TH.stderr} |    2 +-
 tests/th/{ClosedFam2.hs => ClosedFam2TH.hs}         |    0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/th/ClosedFam1.hs b/tests/th/ClosedFam1TH.hs
similarity index 100%
rename from tests/th/ClosedFam1.hs
rename to tests/th/ClosedFam1TH.hs
diff --git a/tests/th/ClosedFam1.stderr b/tests/th/ClosedFam1TH.stderr
similarity index 87%
rename from tests/th/ClosedFam1.stderr
rename to tests/th/ClosedFam1TH.stderr
index d9827d8..b2d0a9b 100644
--- a/tests/th/ClosedFam1.stderr
+++ b/tests/th/ClosedFam1TH.stderr
@@ -1,5 +1,5 @@
 
-ClosedFam1.hs:7:3: Warning:
+ClosedFam1TH.hs:7:3: Warning:
     type family Foo_0 a_1 (b_2 :: k_3) where
     Foo_0 GHC.Types.Int GHC.Types.Bool = GHC.Types.Int
     Foo_0 a_4 Data.Maybe.Maybe = GHC.Types.Bool
diff --git a/tests/th/ClosedFam2.hs b/tests/th/ClosedFam2TH.hs
similarity index 100%
rename from tests/th/ClosedFam2.hs
rename to tests/th/ClosedFam2TH.hs





More information about the ghc-commits mailing list