[commit: ghc] master: Testsuite wibbles (a1a400e)
git at git.haskell.org
git at git.haskell.org
Thu Aug 28 11:12:44 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a1a400ed088cb1303661cf32f34c0cbf57253300/ghc
>---------------------------------------------------------------
commit a1a400ed088cb1303661cf32f34c0cbf57253300
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Aug 28 12:10:57 2014 +0100
Testsuite wibbles
>---------------------------------------------------------------
a1a400ed088cb1303661cf32f34c0cbf57253300
testsuite/tests/simplCore/should_compile/T8848.stderr | 8 ++++----
testsuite/tests/typecheck/should_fail/T5095.stderr | 1 -
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/testsuite/tests/simplCore/should_compile/T8848.stderr b/testsuite/tests/simplCore/should_compile/T8848.stderr
index dcc478c..ba72af4 100644
--- a/testsuite/tests/simplCore/should_compile/T8848.stderr
+++ b/testsuite/tests/simplCore/should_compile/T8848.stderr
@@ -17,14 +17,14 @@ Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
Rule fired:
- SPEC/main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
- 'T8848.Z)
+ SPEC/main at main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
+ 'T8848.Z)
Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
Rule fired:
- SPEC/main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
- 'T8848.Z)
+ SPEC/main at main:T8848 Control.Applicative.liftA2 _ _ _ @ (T8848.Shape
+ 'T8848.Z)
Rule fired: Class op $p1Applicative
Rule fired: Class op fmap
Rule fired: Class op <*>
diff --git a/testsuite/tests/typecheck/should_fail/T5095.stderr b/testsuite/tests/typecheck/should_fail/T5095.stderr
index f7c29d4..e8d2b71 100644
--- a/testsuite/tests/typecheck/should_fail/T5095.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5095.stderr
@@ -3,7 +3,6 @@ T5095.hs:9:11:
Overlapping instances for Eq a arising from a use of ‘==’
Matching instances:
instance [overlappable] Show a => Eq a -- Defined at T5095.hs:5:31
- instance Eq a => Eq (GHC.Real.Ratio a) -- Defined in ‘GHC.Real’
instance Eq () -- Defined in ‘GHC.Classes’
instance (Eq a, Eq b) => Eq (a, b) -- Defined in ‘GHC.Classes’
instance (Eq a, Eq b, Eq c) => Eq (a, b, c)
More information about the ghc-commits
mailing list