diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-28 12:10:57 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-28 12:10:57 +0100 |
commit | a1a400ed088cb1303661cf32f34c0cbf57253300 (patch) | |
tree | 6fd30087abe6cc413d26c69b74212dcabfe5ee42 /testsuite | |
parent | 39ccdf91f81cdcf619b66b1fe6ed716161964048 (diff) | |
download | haskell-a1a400ed088cb1303661cf32f34c0cbf57253300.tar.gz |
Testsuite wibbles
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/T8848.stderr | 8 | ||||
-rw-r--r-- | 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 dcc478ccce..ba72af4566 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@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@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 f7c29d41d7..e8d2b712cd 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) |