[commit: ghc] ghc-7.10: Rename new T9858c to T9858d to avoid test name clash (b980228)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 19:24:27 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/b980228a7f79ad54d509bb531e76da42fc72df09/ghc
>---------------------------------------------------------------
commit b980228a7f79ad54d509bb531e76da42fc72df09
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Apr 22 16:18:27 2015 +0200
Rename new T9858c to T9858d to avoid test name clash
(cherry picked from commit 43d7137399e6edcf950b3ed43b752b06ad550d2e)
>---------------------------------------------------------------
b980228a7f79ad54d509bb531e76da42fc72df09
testsuite/tests/typecheck/should_fail/{T9858c.hs => T9858d.hs} | 2 +-
testsuite/tests/typecheck/should_fail/{T9858c.stderr => T9858d.stderr} | 1 -
testsuite/tests/typecheck/should_fail/all.T | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/typecheck/should_fail/T9858c.hs b/testsuite/tests/typecheck/should_fail/T9858d.hs
similarity index 90%
rename from testsuite/tests/typecheck/should_fail/T9858c.hs
rename to testsuite/tests/typecheck/should_fail/T9858d.hs
index 116a50b..dedd71c 100644
--- a/testsuite/tests/typecheck/should_fail/T9858c.hs
+++ b/testsuite/tests/typecheck/should_fail/T9858d.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE ImpredicativeTypes, FlexibleContexts #-}
-module T9858b where
+module T9858d where
import Data.Typeable
i :: (Typeable a, Typeable b) => Proxy (a b) -> TypeRep
diff --git a/testsuite/tests/typecheck/should_fail/T9858c.stderr b/testsuite/tests/typecheck/should_fail/T9858d.stderr
similarity index 99%
rename from testsuite/tests/typecheck/should_fail/T9858c.stderr
rename to testsuite/tests/typecheck/should_fail/T9858d.stderr
index 2f235005..6936ed2 100644
--- a/testsuite/tests/typecheck/should_fail/T9858c.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9858d.stderr
@@ -1,4 +1,3 @@
-
T9858c.hs:9:8:
Couldn't match type ‘Eq Int => Int’ with ‘a0 b0’
Expected type: Proxy (a0 b0)
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 6402dc4..745c2f2 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -361,4 +361,4 @@ test('T10285',
multimod_compile_fail, ['T10285', '-v0'])
test('T9858a', normal, compile_fail, [''])
test('T9858b', normal, compile_fail, [''])
-test('T9858c', normal, compile_fail, [''])
+test('T9858d', normal, compile_fail, [''])
More information about the ghc-commits
mailing list