[commit: ghc] master: Rename tests so that they have a unique name. (3b90d8c)

git at git.haskell.org git at git.haskell.org
Thu Apr 16 21:28:38 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3b90d8c8cfb4f56cec3eb5e1ede12c22a9e28d79/ghc

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

commit 3b90d8c8cfb4f56cec3eb5e1ede12c22a9e28d79
Author: Iavor S. Diatchki <diatchki at galois.com>
Date:   Thu Apr 16 14:29:07 2015 -0700

    Rename tests so that they have a unique name.


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

3b90d8c8cfb4f56cec3eb5e1ede12c22a9e28d79
 testsuite/tests/typecheck/should_run/{T9858b.hs => T9858d.hs}         | 0
 testsuite/tests/typecheck/should_run/{T9858b.stdout => T9858d.stdout} | 0
 testsuite/tests/typecheck/should_run/all.T                            | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_run/T9858b.hs b/testsuite/tests/typecheck/should_run/T9858d.hs
similarity index 100%
rename from testsuite/tests/typecheck/should_run/T9858b.hs
rename to testsuite/tests/typecheck/should_run/T9858d.hs
diff --git a/testsuite/tests/typecheck/should_run/T9858b.stdout b/testsuite/tests/typecheck/should_run/T9858d.stdout
similarity index 100%
rename from testsuite/tests/typecheck/should_run/T9858b.stdout
rename to testsuite/tests/typecheck/should_run/T9858d.stdout
diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index ca1058d..9cf7a80 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -116,5 +116,5 @@ test('T8739', normal, compile_and_run, [''])
 test('T9497a-run', [exit_code(1)], compile_and_run, ['-fdefer-typed-holes'])
 test('T9497b-run', [exit_code(1)], compile_and_run, ['-fdefer-typed-holes -fno-warn-typed-holes'])
 test('T9497c-run', [exit_code(1)], compile_and_run, ['-fdefer-type-errors -fno-warn-typed-holes'])
-test('T9858b', normal, compile_and_run, [''])
 test('T9858c', normal, compile_and_run, [''])
+test('T9858d', normal, compile_and_run, [''])



More information about the ghc-commits mailing list