[commit: ghc] ghc-7.10: Rename tests so that they have a unique name. (763936c)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 19:24:33 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/763936c204a633d4e2e092de22fc36c6b04242e1/ghc
>---------------------------------------------------------------
commit 763936c204a633d4e2e092de22fc36c6b04242e1
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.
(cherry picked from commit 3b90d8c8cfb4f56cec3eb5e1ede12c22a9e28d79)
>---------------------------------------------------------------
763936c204a633d4e2e092de22fc36c6b04242e1
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 990688f..55b88cf 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -115,5 +115,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