summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-10-04 18:55:13 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-10-04 18:55:13 +0100
commitc5806bf6928daebb89b126efffdc2e2a00927250 (patch)
tree9be2d28075284c892ddc8b1cc0898fa585b8e769 /testsuite/tests/rename
parent5863ce4eb6fe2d7143c483e78b478e25881c0160 (diff)
downloadhaskell-c5806bf6928daebb89b126efffdc2e2a00927250.tar.gz
Error messsage wibblification
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r--testsuite/tests/rename/should_fail/T3265.stderr4
-rw-r--r--testsuite/tests/rename/should_fail/rn_dup.stderr6
-rw-r--r--testsuite/tests/rename/should_fail/rnfail011.stderr6
-rw-r--r--testsuite/tests/rename/should_fail/rnfail012.stderr6
-rw-r--r--testsuite/tests/rename/should_fail/rnfail055.stderr18
5 files changed, 20 insertions, 20 deletions
diff --git a/testsuite/tests/rename/should_fail/T3265.stderr b/testsuite/tests/rename/should_fail/T3265.stderr
index 185861a9df..802242460e 100644
--- a/testsuite/tests/rename/should_fail/T3265.stderr
+++ b/testsuite/tests/rename/should_fail/T3265.stderr
@@ -1,8 +1,8 @@
-T3265.hs:7:8:
+T3265.hs:7:1:
Illegal declaration of a type or class operator ‛:+:’
Use TypeOperators to declare operators in type and declarations
-T3265.hs:9:9:
+T3265.hs:9:1:
Illegal declaration of a type or class operator ‛:*:’
Use TypeOperators to declare operators in type and declarations
diff --git a/testsuite/tests/rename/should_fail/rn_dup.stderr b/testsuite/tests/rename/should_fail/rn_dup.stderr
index 223985f763..f0d101c0a3 100644
--- a/testsuite/tests/rename/should_fail/rn_dup.stderr
+++ b/testsuite/tests/rename/should_fail/rn_dup.stderr
@@ -11,10 +11,10 @@ rn_dup.hs:12:16:
rn_dup.hs:11:27
rn_dup.hs:12:16
-rn_dup.hs:17:8:
+rn_dup.hs:17:3:
Multiple declarations of ‛CT’
- Declared at: rn_dup.hs:15:8
- rn_dup.hs:17:8
+ Declared at: rn_dup.hs:15:3
+ rn_dup.hs:17:3
rn_dup.hs:18:3:
Multiple declarations of ‛f’
diff --git a/testsuite/tests/rename/should_fail/rnfail011.stderr b/testsuite/tests/rename/should_fail/rnfail011.stderr
index 544455a08a..352b4da837 100644
--- a/testsuite/tests/rename/should_fail/rnfail011.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail011.stderr
@@ -1,5 +1,5 @@
-rnfail011.hs:6:6:
+rnfail011.hs:6:1:
Multiple declarations of ‛A’
- Declared at: rnfail011.hs:2:6
- rnfail011.hs:6:6
+ Declared at: rnfail011.hs:2:1
+ rnfail011.hs:6:1
diff --git a/testsuite/tests/rename/should_fail/rnfail012.stderr b/testsuite/tests/rename/should_fail/rnfail012.stderr
index 83b1e1d2fb..0dd75d65f7 100644
--- a/testsuite/tests/rename/should_fail/rnfail012.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail012.stderr
@@ -1,5 +1,5 @@
-rnfail012.hs:8:7:
+rnfail012.hs:8:1:
Multiple declarations of ‛A’
- Declared at: rnfail012.hs:2:7
- rnfail012.hs:8:7
+ Declared at: rnfail012.hs:2:1
+ rnfail012.hs:8:1
diff --git a/testsuite/tests/rename/should_fail/rnfail055.stderr b/testsuite/tests/rename/should_fail/rnfail055.stderr
index a995c5d2b9..adc491c481 100644
--- a/testsuite/tests/rename/should_fail/rnfail055.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail055.stderr
@@ -11,19 +11,19 @@ RnFail055.hs-boot:4:1:
Main module: f1 :: Int -> Float
Boot file: f1 :: Float -> Int
-RnFail055.hs-boot:6:6:
+RnFail055.hs-boot:6:1:
Type constructor ‛S1’ has conflicting definitions in the module
and its hs-boot file
Main module: type S1 a b = (a, b)
Boot file: type S1 a b c = (a, b)
-RnFail055.hs-boot:8:6:
+RnFail055.hs-boot:8:1:
Type constructor ‛S2’ has conflicting definitions in the module
and its hs-boot file
Main module: type S2 a b = forall a1. (a1, b)
Boot file: type S2 a b = forall b1. (a, b1)
-RnFail055.hs-boot:12:6:
+RnFail055.hs-boot:12:1:
Type constructor ‛T1’ has conflicting definitions in the module
and its hs-boot file
Main module: data T1 a b
@@ -39,7 +39,7 @@ RnFail055.hs-boot:12:6:
= T1 :: forall a b. [a] -> [b] -> T1 a b Stricts: _ _
FamilyInstance: none
-RnFail055.hs-boot:14:16:
+RnFail055.hs-boot:14:1:
Type constructor ‛T2’ has conflicting definitions in the module
and its hs-boot file
Main module: data Eq b => T2 a b
@@ -61,7 +61,7 @@ RnFail055.hs-boot:16:11:
RnFail055.hs-boot:17:12:
T3' is exported by the hs-boot file, but not exported by the module
-RnFail055.hs-boot:21:6:
+RnFail055.hs-boot:21:1:
Type constructor ‛T5’ has conflicting definitions in the module
and its hs-boot file
Main module: data T5 a
@@ -77,7 +77,7 @@ RnFail055.hs-boot:21:6:
= T5 :: forall a. a -> T5 a Stricts: _
FamilyInstance: none
-RnFail055.hs-boot:23:6:
+RnFail055.hs-boot:23:1:
Type constructor ‛T6’ has conflicting definitions in the module
and its hs-boot file
Main module: data T6
@@ -91,7 +91,7 @@ RnFail055.hs-boot:23:6:
= T6 :: Int -> T6 HasWrapper Stricts: !
FamilyInstance: none
-RnFail055.hs-boot:25:6:
+RnFail055.hs-boot:25:1:
Type constructor ‛T7’ has conflicting definitions in the module
and its hs-boot file
Main module: data T7 a
@@ -110,7 +110,7 @@ RnFail055.hs-boot:25:6:
RnFail055.hs-boot:27:22:
RnFail055.m1 is exported by the hs-boot file, but not exported by the module
-RnFail055.hs-boot:28:7:
+RnFail055.hs-boot:28:1:
Class ‛C2’ has conflicting definitions in the module
and its hs-boot file
Main module: class C2 a b
@@ -122,7 +122,7 @@ RnFail055.hs-boot:28:7:
RecFlag NonRecursive
m2 :: a -> b
-RnFail055.hs-boot:29:24:
+RnFail055.hs-boot:29:1:
Class ‛C3’ has conflicting definitions in the module
and its hs-boot file
Main module: class (Eq a, Ord a) => C3 a