diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-29 10:16:35 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-29 10:21:37 +0100 |
commit | 8df3159a5a73bb5d5bad754bb5d06082b690a94f (patch) | |
tree | b215d2b842cdd771f6268275592a3adcb598c3b3 | |
parent | dfc9d309a5202d65032c80f5b74df17035a61b8c (diff) | |
download | haskell-8df3159a5a73bb5d5bad754bb5d06082b690a94f.tar.gz |
Rename red-black test in indexed-types to red-black-delete
-rw-r--r-- | testsuite/tests/indexed-types/should_compile/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/indexed-types/should_compile/red-black-delete.hs (renamed from testsuite/tests/indexed-types/should_compile/red-black.hs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/all.T b/testsuite/tests/indexed-types/should_compile/all.T index 95a55572d5..be0099cb84 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 index 9873463ec0..9873463ec0 100644 --- a/testsuite/tests/indexed-types/should_compile/red-black.hs +++ b/testsuite/tests/indexed-types/should_compile/red-black-delete.hs |