[commit: ghc] master: Rename red-black test in indexed-types to red-black-delete (8df3159)

git at git.haskell.org git at git.haskell.org
Fri Aug 29 10:03:42 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8df3159a5a73bb5d5bad754bb5d06082b690a94f/ghc

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

commit 8df3159a5a73bb5d5bad754bb5d06082b690a94f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Aug 29 10:16:35 2014 +0100

    Rename red-black test in indexed-types to red-black-delete


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

8df3159a5a73bb5d5bad754bb5d06082b690a94f
 testsuite/tests/indexed-types/should_compile/all.T                      | 2 +-
 .../indexed-types/should_compile/{red-black.hs => red-black-delete.hs}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/indexed-types/should_compile/all.T b/testsuite/tests/indexed-types/should_compile/all.T
index 95a5557..be0099c 100644
--- a/testsuite/tests/indexed-types/should_compile/all.T
+++ b/testsuite/tests/indexed-types/should_compile/all.T
@@ -245,4 +245,4 @@ test('T8978', normal, compile, [''])
 test('T8979', normal, compile, [''])
 test('T9085', normal, compile, [''])
 test('T9316', normal, compile, [''])
-test('red-black', normal, compile, [''])
+test('red-black-delete', normal, compile, [''])
diff --git a/testsuite/tests/indexed-types/should_compile/red-black.hs b/testsuite/tests/indexed-types/should_compile/red-black-delete.hs
similarity index 100%
rename from testsuite/tests/indexed-types/should_compile/red-black.hs
rename to testsuite/tests/indexed-types/should_compile/red-black-delete.hs



More information about the ghc-commits mailing list