[commit: testsuite] master: Error wibbles while fixing #8607. (9e28639)
git at git.haskell.org
git at git.haskell.org
Fri Dec 27 03:39:59 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9e28639756bddb797ac99ec0613aeb2a70b0e4b9/testsuite
>---------------------------------------------------------------
commit 9e28639756bddb797ac99ec0613aeb2a70b0e4b9
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Dec 26 22:32:56 2013 -0500
Error wibbles while fixing #8607.
>---------------------------------------------------------------
9e28639756bddb797ac99ec0613aeb2a70b0e4b9
tests/ghci/scripts/ghci030.stdout | 2 +-
tests/module/mod145.stderr | 2 +-
tests/rename/should_fail/T3265.stderr | 4 ++--
tests/rename/should_fail/rnfail042.stderr | 2 +-
tests/typecheck/should_fail/tcfail156.stderr | 2 +-
tests/typecheck/should_fail/tcfail173.stderr | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tests/ghci/scripts/ghci030.stdout b/tests/ghci/scripts/ghci030.stdout
index 3ac8cc2..9344bc3 100644
--- a/tests/ghci/scripts/ghci030.stdout
+++ b/tests/ghci/scripts/ghci030.stdout
@@ -3,4 +3,4 @@ data D where
-- Defined at ghci030.hs:8:1
data D where
C :: (Int -> a) -> Char -> D
- -- Defined at ghci030.hs:8:21
+ -- Defined at ghci030.hs:8:10
diff --git a/tests/module/mod145.stderr b/tests/module/mod145.stderr
index 37109b3..1f94fae 100644
--- a/tests/module/mod145.stderr
+++ b/tests/module/mod145.stderr
@@ -3,5 +3,5 @@ mod145.hs:2:30:
Conflicting exports for ‛m1’:
‛module Mod145_A’ exports ‛Mod145_A.m1’
imported from ‛Mod145_A’ at mod145.hs:4:1-15
- (and originally defined at Mod145_A.hs:4:3-4)
+ (and originally defined at Mod145_A.hs:4:3-20)
‛module Mod145’ exports ‛Mod145.m1’ defined at mod145.hs:7:3
diff --git a/tests/rename/should_fail/T3265.stderr b/tests/rename/should_fail/T3265.stderr
index 8022424..185861a 100644
--- a/tests/rename/should_fail/T3265.stderr
+++ b/tests/rename/should_fail/T3265.stderr
@@ -1,8 +1,8 @@
-T3265.hs:7:1:
+T3265.hs:7:8:
Illegal declaration of a type or class operator ‛:+:’
Use TypeOperators to declare operators in type and declarations
-T3265.hs:9:1:
+T3265.hs:9:9:
Illegal declaration of a type or class operator ‛:*:’
Use TypeOperators to declare operators in type and declarations
diff --git a/tests/rename/should_fail/rnfail042.stderr b/tests/rename/should_fail/rnfail042.stderr
index 9e030d7..03b7c54 100644
--- a/tests/rename/should_fail/rnfail042.stderr
+++ b/tests/rename/should_fail/rnfail042.stderr
@@ -5,4 +5,4 @@ rnfail042.hs:6:10: Illegal binding of built-in syntax: (,,,)
rnfail042.hs:7:12: Illegal binding of built-in syntax: []
-rnfail042.hs:8:17: Illegal binding of built-in syntax: :
+rnfail042.hs:8:13: Illegal binding of built-in syntax: :
diff --git a/tests/typecheck/should_fail/tcfail156.stderr b/tests/typecheck/should_fail/tcfail156.stderr
index c7e36e6..a4d2cbe 100644
--- a/tests/typecheck/should_fail/tcfail156.stderr
+++ b/tests/typecheck/should_fail/tcfail156.stderr
@@ -1,5 +1,5 @@
-tcfail156.hs:7:26:
+tcfail156.hs:7:15:
A newtype constructor cannot have existential type variables
Foo :: forall a. a -> Foo
In the definition of data constructor ‛Foo’
diff --git a/tests/typecheck/should_fail/tcfail173.stderr b/tests/typecheck/should_fail/tcfail173.stderr
index f8dfd57..2c87b91 100644
--- a/tests/typecheck/should_fail/tcfail173.stderr
+++ b/tests/typecheck/should_fail/tcfail173.stderr
@@ -1,4 +1,4 @@
-tcfail173.hs:5:1:
+tcfail173.hs:5:12:
Illegal declaration of a type or class operator ‛<.>’
Use TypeOperators to declare operators in type and declarations
More information about the ghc-commits
mailing list