summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar')
-rw-r--r--testsuite/tests/deSugar/should_compile/GadtOverlap.stderr6
-rw-r--r--testsuite/tests/deSugar/should_compile/T2395.stderr6
-rw-r--r--testsuite/tests/deSugar/should_compile/T5117.stderr8
-rw-r--r--testsuite/tests/deSugar/should_compile/ds002.stderr-ghc16
-rw-r--r--testsuite/tests/deSugar/should_compile/ds003.stderr-ghc10
-rw-r--r--testsuite/tests/deSugar/should_compile/ds019.stderr-ghc12
-rw-r--r--testsuite/tests/deSugar/should_compile/ds020.stderr-ghc28
-rw-r--r--testsuite/tests/deSugar/should_compile/ds022.stderr-ghc10
-rw-r--r--testsuite/tests/deSugar/should_compile/ds041.stderr-ghc10
-rw-r--r--testsuite/tests/deSugar/should_compile/ds051.stderr-ghc18
-rw-r--r--testsuite/tests/deSugar/should_compile/ds053.stderr-ghc2
-rw-r--r--testsuite/tests/deSugar/should_compile/ds056.stderr6
12 files changed, 66 insertions, 66 deletions
diff --git a/testsuite/tests/deSugar/should_compile/GadtOverlap.stderr b/testsuite/tests/deSugar/should_compile/GadtOverlap.stderr
index 423d69469f..359a352edb 100644
--- a/testsuite/tests/deSugar/should_compile/GadtOverlap.stderr
+++ b/testsuite/tests/deSugar/should_compile/GadtOverlap.stderr
@@ -1,4 +1,4 @@
-GadtOverlap.hs:19:1:
- Warning: Pattern match(es) are non-exhaustive
- In an equation for `h': Patterns not matched: T3
+GadtOverlap.hs:19:1: Warning:
+ Pattern match(es) are non-exhaustive
+ In an equation for ‛h’: Patterns not matched: T3
diff --git a/testsuite/tests/deSugar/should_compile/T2395.stderr b/testsuite/tests/deSugar/should_compile/T2395.stderr
index 4bfd9d6bb8..241a767f7c 100644
--- a/testsuite/tests/deSugar/should_compile/T2395.stderr
+++ b/testsuite/tests/deSugar/should_compile/T2395.stderr
@@ -1,4 +1,4 @@
-T2395.hs:12:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `bar': bar _ = ...
+T2395.hs:12:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛bar’: bar _ = ...
diff --git a/testsuite/tests/deSugar/should_compile/T5117.stderr b/testsuite/tests/deSugar/should_compile/T5117.stderr
index e9ddba143b..2860940b0c 100644
--- a/testsuite/tests/deSugar/should_compile/T5117.stderr
+++ b/testsuite/tests/deSugar/should_compile/T5117.stderr
@@ -1,4 +1,4 @@
-
-T5117.hs:15:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f3': f3 (MyString "a") = ...
+
+T5117.hs:15:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f3’: f3 (MyString "a") = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
index baf7ffde53..c526e0db48 100644
--- a/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
@@ -1,10 +1,10 @@
-ds002.hs:7:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f':
- f y = ...
- f z = ...
+ds002.hs:7:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f’:
+ f y = ...
+ f z = ...
-ds002.hs:11:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `g': g x y z = ...
+ds002.hs:11:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛g’: g x y z = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
index 5b1bd3949f..f12789da42 100644
--- a/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
@@ -1,6 +1,6 @@
-ds003.hs:5:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f':
- f (x : x1 : x2 : x3) ~(y, ys) z = ...
- f x y True = ...
+ds003.hs:5:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f’:
+ f (x : x1 : x2 : x3) ~(y, ys) z = ...
+ f x y True = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
index 68816686b1..fd13ec7203 100644
--- a/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds019.stderr-ghc
@@ -1,7 +1,7 @@
-ds019.hs:5:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f':
- f d (j, k) p = ...
- f (e, f, g) l q = ...
- f h (m, n) r = ...
+ds019.hs:5:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f’:
+ f d (j, k) p = ...
+ f (e, f, g) l q = ...
+ f h (m, n) r = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc
index 3f9205a729..4232320025 100644
--- a/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc
@@ -1,18 +1,18 @@
-ds020.hs:8:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `a': a ~(~[], ~[], ~[]) = ...
+ds020.hs:8:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛a’: a ~(~[], ~[], ~[]) = ...
-ds020.hs:11:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `b': b ~(~x : ~xs : ~ys) = ...
+ds020.hs:11:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛b’: b ~(~x : ~xs : ~ys) = ...
-ds020.hs:16:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `d':
- d ~(n+43) = ...
- d ~(n+999) = ...
+ds020.hs:16:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛d’:
+ d ~(n+43) = ...
+ d ~(n+999) = ...
-ds020.hs:22:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f': f x@(~[]) = ...
+ds020.hs:22:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f’: f x@(~[]) = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds022.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds022.stderr-ghc
index ce6d4a52c1..7dd50a2610 100644
--- a/testsuite/tests/deSugar/should_compile/ds022.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds022.stderr-ghc
@@ -1,6 +1,6 @@
-ds022.hs:20:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `i':
- i 1 0.011e2 = ...
- i 2 2.20000 = ...
+ds022.hs:20:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛i’:
+ i 1 0.011e2 = ...
+ i 2 2.20000 = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc
index acf3e1ae6f..48129316fe 100644
--- a/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc
@@ -1,8 +1,8 @@
-ds041.hs:1:14:
- Warning: -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
+ds041.hs:1:14: Warning:
+ -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
-ds041.hs:16:7:
- Warning: Fields of `Foo' not initialised: x
+ds041.hs:16:7: Warning:
+ Fields of ‛Foo’ not initialised: x
In the expression: Foo {}
- In an equation for `foo': foo = Foo {}
+ In an equation for ‛foo’: foo = Foo {}
diff --git a/testsuite/tests/deSugar/should_compile/ds051.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds051.stderr-ghc
index a098efee33..c40c44620e 100644
--- a/testsuite/tests/deSugar/should_compile/ds051.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds051.stderr-ghc
@@ -1,12 +1,12 @@
-ds051.hs:6:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f1': f1 "ab" = ...
+ds051.hs:6:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f1’: f1 "ab" = ...
-ds051.hs:11:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f2': f2 ('a' : 'b' : []) = ...
+ds051.hs:11:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f2’: f2 ('a' : 'b' : []) = ...
-ds051.hs:16:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `f3': f3 "ab" = ...
+ds051.hs:16:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛f3’: f3 "ab" = ...
diff --git a/testsuite/tests/deSugar/should_compile/ds053.stderr-ghc b/testsuite/tests/deSugar/should_compile/ds053.stderr-ghc
index 3bce906869..861e66b847 100644
--- a/testsuite/tests/deSugar/should_compile/ds053.stderr-ghc
+++ b/testsuite/tests/deSugar/should_compile/ds053.stderr-ghc
@@ -1,2 +1,2 @@
-ds053.hs:5:1: Warning: Defined but not used: `f'
+ds053.hs:5:1: Warning: Defined but not used: ‛f’
diff --git a/testsuite/tests/deSugar/should_compile/ds056.stderr b/testsuite/tests/deSugar/should_compile/ds056.stderr
index 6e0972bef4..f4d2e81b51 100644
--- a/testsuite/tests/deSugar/should_compile/ds056.stderr
+++ b/testsuite/tests/deSugar/should_compile/ds056.stderr
@@ -1,4 +1,4 @@
-ds056.hs:8:1:
- Warning: Pattern match(es) are overlapped
- In an equation for `g': g _ = ...
+ds056.hs:8:1: Warning:
+ Pattern match(es) are overlapped
+ In an equation for ‛g’: g _ = ...