diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-24 14:48:43 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-24 14:48:43 +0000 |
commit | d6588276e819f088e29a6c16ba0a0c82acfd05cc (patch) | |
tree | fb9d06e18d8ad31733117c08ff4954e7a8b27b04 /testsuite/tests/rename/should_compile | |
parent | 11237cf673876f6ef85918383cb46b8b1e8ca099 (diff) | |
download | haskell-d6588276e819f088e29a6c16ba0a0c82acfd05cc.tar.gz |
Update outputs following the unicode quote change in GHC's output
Diffstat (limited to 'testsuite/tests/rename/should_compile')
24 files changed, 89 insertions, 89 deletions
diff --git a/testsuite/tests/rename/should_compile/T1789.stderr b/testsuite/tests/rename/should_compile/T1789.stderr index dc9a794935..3fd1f1a037 100644 --- a/testsuite/tests/rename/should_compile/T1789.stderr +++ b/testsuite/tests/rename/should_compile/T1789.stderr @@ -1,12 +1,12 @@ -T1789.hs:6:1: - Warning: The module `Prelude' does not have an explicit import list +T1789.hs:6:1: Warning: + The module ‛Prelude’ does not have an explicit import list -T1789.hs:7:1: - Warning: The module `Data.Map' does not have an explicit import list +T1789.hs:7:1: Warning: + The module ‛Data.Map’ does not have an explicit import list -T1789.hs:9:1: - Warning: The import item `Maybe(..)' does not have an explicit import list +T1789.hs:9:1: Warning: + The import item ‛Maybe(..)’ does not have an explicit import list -T1789.hs:10:1: - Warning: The module `Data.Maybe' does not have an explicit import list +T1789.hs:10:1: Warning: + The module ‛Data.Maybe’ does not have an explicit import list diff --git a/testsuite/tests/rename/should_compile/T1972.stderr b/testsuite/tests/rename/should_compile/T1972.stderr index 610e509402..1cb78fbc29 100644 --- a/testsuite/tests/rename/should_compile/T1972.stderr +++ b/testsuite/tests/rename/should_compile/T1972.stderr @@ -1,11 +1,11 @@ -T1972.hs:12:3: - Warning: This binding for `name' shadows the existing binding - defined at T1972.hs:9:19 +T1972.hs:12:3: Warning: + This binding for ‛name’ shadows the existing binding + defined at T1972.hs:9:19 -T1972.hs:14:3: - Warning: This binding for `mapAccumL' shadows the existing bindings - defined at T1972.hs:16:1 - imported from `Data.List' at T1972.hs:7:1-16 +T1972.hs:14:3: Warning: + This binding for ‛mapAccumL’ shadows the existing bindings + defined at T1972.hs:16:1 + imported from ‛Data.List’ at T1972.hs:7:1-16 -T1972.hs:20:10: Warning: Defined but not used: `c' +T1972.hs:20:10: Warning: Defined but not used: ‛c’ diff --git a/testsuite/tests/rename/should_compile/T3262.stderr-ghc b/testsuite/tests/rename/should_compile/T3262.stderr-ghc index 4e730efa8d..b3250fd5a3 100644 --- a/testsuite/tests/rename/should_compile/T3262.stderr-ghc +++ b/testsuite/tests/rename/should_compile/T3262.stderr-ghc @@ -1,8 +1,8 @@ -T3262.hs:12:11: - Warning: This binding for `not_ignored' shadows the existing binding - bound at T3262.hs:11:11 +T3262.hs:12:11: Warning: + This binding for ‛not_ignored’ shadows the existing binding + bound at T3262.hs:11:11 -T3262.hs:20:15: - Warning: This binding for `not_ignored' shadows the existing binding - bound at T3262.hs:19:15 +T3262.hs:20:15: Warning: + This binding for ‛not_ignored’ shadows the existing binding + bound at T3262.hs:19:15 diff --git a/testsuite/tests/rename/should_compile/T3371.stderr b/testsuite/tests/rename/should_compile/T3371.stderr index b354d9d3d6..944739e45a 100644 --- a/testsuite/tests/rename/should_compile/T3371.stderr +++ b/testsuite/tests/rename/should_compile/T3371.stderr @@ -1,2 +1,2 @@ -T3371.hs:10:14: Warning: Defined but not used: `a' +T3371.hs:10:14: Warning: Defined but not used: ‛a’ diff --git a/testsuite/tests/rename/should_compile/T3449.stderr b/testsuite/tests/rename/should_compile/T3449.stderr index da36d24465..32ddc6f35d 100644 --- a/testsuite/tests/rename/should_compile/T3449.stderr +++ b/testsuite/tests/rename/should_compile/T3449.stderr @@ -1,2 +1,2 @@ -T3449.hs-boot:8:1: Warning: Defined but not used: `unused' +T3449.hs-boot:8:1: Warning: Defined but not used: ‛unused’ diff --git a/testsuite/tests/rename/should_compile/T3823.stderr b/testsuite/tests/rename/should_compile/T3823.stderr index 0eb8234554..90e3c864ed 100644 --- a/testsuite/tests/rename/should_compile/T3823.stderr +++ b/testsuite/tests/rename/should_compile/T3823.stderr @@ -1,6 +1,6 @@ T3823B.hs:8:7: - Couldn't match expected type `A' with actual type `Bool' - In the first argument of `y', namely `a' + Couldn't match expected type ‛A’ with actual type ‛Bool’ + In the first argument of ‛y’, namely ‛a’ In the expression: y a - In an equation for `b': b = y a + In an equation for ‛b’: b = y a diff --git a/testsuite/tests/rename/should_compile/T4489.stderr b/testsuite/tests/rename/should_compile/T4489.stderr index 8cd400a720..5fd076ee42 100644 --- a/testsuite/tests/rename/should_compile/T4489.stderr +++ b/testsuite/tests/rename/should_compile/T4489.stderr @@ -1,6 +1,6 @@ -
-T4489.hs:4:1:
- Warning: The module `Data.Maybe' does not have an explicit import list
-
-T4489.hs:5:1:
- Warning: The import item `Maybe(..)' does not have an explicit import list
+ +T4489.hs:4:1: Warning: + The module ‛Data.Maybe’ does not have an explicit import list + +T4489.hs:5:1: Warning: + The import item ‛Maybe(..)’ does not have an explicit import list diff --git a/testsuite/tests/rename/should_compile/T5331.stderr b/testsuite/tests/rename/should_compile/T5331.stderr index e18c657e3f..e78dd64daf 100644 --- a/testsuite/tests/rename/should_compile/T5331.stderr +++ b/testsuite/tests/rename/should_compile/T5331.stderr @@ -1,13 +1,13 @@ -
-T5331.hs:8:17:
- Warning: Unused quantified type variable `a'
- In the definition of data constructor `S1'
-
-T5331.hs:11:16:
- Warning: Unused quantified type variable `a'
- In the definition of data constructor `W1'
-
-T5331.hs:13:13:
- Warning: Unused quantified type variable `a'
- In the type `forall a. Int'
- In the type signature for `f'
+ +T5331.hs:8:17: Warning: + Unused quantified type variable ‛a’ + In the definition of data constructor ‛S1’ + +T5331.hs:11:16: Warning: + Unused quantified type variable ‛a’ + In the definition of data constructor ‛W1’ + +T5331.hs:13:13: Warning: + Unused quantified type variable ‛a’ + In the type ‛forall a. Int’ + In the type signature for ‛f’ diff --git a/testsuite/tests/rename/should_compile/T5334.stderr b/testsuite/tests/rename/should_compile/T5334.stderr index de906b9dd6..2985386338 100644 --- a/testsuite/tests/rename/should_compile/T5334.stderr +++ b/testsuite/tests/rename/should_compile/T5334.stderr @@ -1,13 +1,13 @@ -T5334.hs:7:5: - Warning: Fields of `T' not initialised: b +T5334.hs:7:5: Warning: + Fields of ‛T’ not initialised: b In the expression: T {..} - In an equation for `t': + In an equation for ‛t’: t = T {..} where a = 1 -T5334.hs:14:5: - Warning: Fields of `S' not initialised: y +T5334.hs:14:5: Warning: + Fields of ‛S’ not initialised: y In the expression: S {x = 1} - In an equation for `s': s = S {x = 1} + In an equation for ‛s’: s = S {x = 1} diff --git a/testsuite/tests/rename/should_compile/T5867.stderr b/testsuite/tests/rename/should_compile/T5867.stderr index 35941c8417..0ada9be52c 100644 --- a/testsuite/tests/rename/should_compile/T5867.stderr +++ b/testsuite/tests/rename/should_compile/T5867.stderr @@ -1,8 +1,8 @@ T5867.hs:4:7: Warning: - In the use of `f' (imported from T5867a): + In the use of ‛f’ (imported from T5867a): Deprecated: "Don't use f!" T5867.hs:5:7: Warning: - In the use of `f' (imported from T5867a): + In the use of ‛f’ (imported from T5867a): Deprecated: "Don't use f!" diff --git a/testsuite/tests/rename/should_compile/T7145b.stderr b/testsuite/tests/rename/should_compile/T7145b.stderr index 35e233d9cc..f24d02954b 100644 --- a/testsuite/tests/rename/should_compile/T7145b.stderr +++ b/testsuite/tests/rename/should_compile/T7145b.stderr @@ -1,2 +1,2 @@ -T7145b.hs:6:1: Warning: Defined but not used: `pure' +T7145b.hs:6:1: Warning: Defined but not used: ‛pure’ diff --git a/testsuite/tests/rename/should_compile/T7167.stderr b/testsuite/tests/rename/should_compile/T7167.stderr index 0607529f10..cddbbfe74d 100644 --- a/testsuite/tests/rename/should_compile/T7167.stderr +++ b/testsuite/tests/rename/should_compile/T7167.stderr @@ -1,2 +1,2 @@ -T7167.hs:5:1: Warning: Module `Data.List' does not export `foo' +T7167.hs:5:1: Warning: Module ‛Data.List’ does not export ‛foo’ diff --git a/testsuite/tests/rename/should_compile/T7336.stderr b/testsuite/tests/rename/should_compile/T7336.stderr index bd51e730b2..0610b13e21 100644 --- a/testsuite/tests/rename/should_compile/T7336.stderr +++ b/testsuite/tests/rename/should_compile/T7336.stderr @@ -1,3 +1,3 @@ -
-T7336.hs:3:10: Warning:
- Defined but not used: data constructor `MkU'
+ +T7336.hs:3:10: Warning: + Defined but not used: data constructor ‛MkU’ diff --git a/testsuite/tests/rename/should_compile/mc10.stderr-ghc b/testsuite/tests/rename/should_compile/mc10.stderr-ghc index 585bfa4528..56a21b8700 100644 --- a/testsuite/tests/rename/should_compile/mc10.stderr-ghc +++ b/testsuite/tests/rename/should_compile/mc10.stderr-ghc @@ -1,2 +1,2 @@ -mc10.hs:14:11: Warning: Defined but not used: `y' +mc10.hs:14:11: Warning: Defined but not used: ‛y’ diff --git a/testsuite/tests/rename/should_compile/rn037.stderr-ghc b/testsuite/tests/rename/should_compile/rn037.stderr-ghc index 64b604f9bd..ad171a4263 100644 --- a/testsuite/tests/rename/should_compile/rn037.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn037.stderr-ghc @@ -1,5 +1,5 @@ -rn037.hs:3:1: - Warning: The import of `Data.List' is redundant - except perhaps to import instances from `Data.List' - To import instances alone, use: import Data.List() +rn037.hs:3:1: Warning: + The import of ‛Data.List’ is redundant + except perhaps to import instances from ‛Data.List’ + To import instances alone, use: import Data.List() diff --git a/testsuite/tests/rename/should_compile/rn039.stderr-ghc b/testsuite/tests/rename/should_compile/rn039.stderr-ghc index 51adb6fa8b..2b87c367e3 100644 --- a/testsuite/tests/rename/should_compile/rn039.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn039.stderr-ghc @@ -1,5 +1,5 @@ -rn039.hs:6:16: - Warning: This binding for `-' shadows the existing binding - imported from `Prelude' at rn039.hs:2:8-20 - (and originally defined in `GHC.Num') +rn039.hs:6:16: Warning: + This binding for ‛-’ shadows the existing binding + imported from ‛Prelude’ at rn039.hs:2:8-20 + (and originally defined in ‛GHC.Num’) diff --git a/testsuite/tests/rename/should_compile/rn040.stderr-ghc b/testsuite/tests/rename/should_compile/rn040.stderr-ghc index 5de9d0c1c6..f5802287b8 100644 --- a/testsuite/tests/rename/should_compile/rn040.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn040.stderr-ghc @@ -1,4 +1,4 @@ -rn040.hs:6:12: Warning: Defined but not used: `y' +rn040.hs:6:12: Warning: Defined but not used: ‛y’ -rn040.hs:8:8: Warning: Defined but not used: `w' +rn040.hs:8:8: Warning: Defined but not used: ‛w’ diff --git a/testsuite/tests/rename/should_compile/rn041.stderr-ghc b/testsuite/tests/rename/should_compile/rn041.stderr-ghc index da94a09854..fbf27899ad 100644 --- a/testsuite/tests/rename/should_compile/rn041.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn041.stderr-ghc @@ -1,6 +1,6 @@ -rn041.hs:7:1: Warning: Defined but not used: `f' +rn041.hs:7:1: Warning: Defined but not used: ‛f’ -rn041.hs:9:1: Warning: Defined but not used: `g' +rn041.hs:9:1: Warning: Defined but not used: ‛g’ -rn041.hs:10:1: Warning: Defined but not used: `h' +rn041.hs:10:1: Warning: Defined but not used: ‛h’ diff --git a/testsuite/tests/rename/should_compile/rn046.stderr-ghc b/testsuite/tests/rename/should_compile/rn046.stderr-ghc index ebde8af373..4335376137 100644 --- a/testsuite/tests/rename/should_compile/rn046.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn046.stderr-ghc @@ -1,8 +1,8 @@ -rn046.hs:2:1: - Warning: The import of `Data.List' is redundant - except perhaps to import instances from `Data.List' - To import instances alone, use: import Data.List() +rn046.hs:2:1: Warning: + The import of ‛Data.List’ is redundant + except perhaps to import instances from ‛Data.List’ + To import instances alone, use: import Data.List() -rn046.hs:3:1: - Warning: The import of `ord' from module `Data.Char' is redundant +rn046.hs:3:1: Warning: + The import of ‛ord’ from module ‛Data.Char’ is redundant diff --git a/testsuite/tests/rename/should_compile/rn047.stderr-ghc b/testsuite/tests/rename/should_compile/rn047.stderr-ghc index 8b9614cb17..588237d267 100644 --- a/testsuite/tests/rename/should_compile/rn047.stderr-ghc +++ b/testsuite/tests/rename/should_compile/rn047.stderr-ghc @@ -1,2 +1,2 @@ -rn047.hs:12:11: Warning: Defined but not used: `y' +rn047.hs:12:11: Warning: Defined but not used: ‛y’ diff --git a/testsuite/tests/rename/should_compile/rn050.stderr b/testsuite/tests/rename/should_compile/rn050.stderr index 4eb19d696e..2554787a45 100644 --- a/testsuite/tests/rename/should_compile/rn050.stderr +++ b/testsuite/tests/rename/should_compile/rn050.stderr @@ -1,8 +1,8 @@ rn050.hs:13:7: Warning: - In the use of `op' (imported from Rn050_A): + In the use of ‛op’ (imported from Rn050_A): Deprecated: "Use bop instead" rn050.hs:13:10: Warning: - In the use of data constructor `C' (imported from Rn050_A): + In the use of data constructor ‛C’ (imported from Rn050_A): Deprecated: "Use D instead" diff --git a/testsuite/tests/rename/should_compile/rn063.stderr b/testsuite/tests/rename/should_compile/rn063.stderr index c437dd3c6a..635ef98bd9 100644 --- a/testsuite/tests/rename/should_compile/rn063.stderr +++ b/testsuite/tests/rename/should_compile/rn063.stderr @@ -1,4 +1,4 @@ -rn063.hs:10:9: Warning: Defined but not used: `x' +rn063.hs:10:9: Warning: Defined but not used: ‛x’ -rn063.hs:13:9: Warning: Defined but not used: `y' +rn063.hs:13:9: Warning: Defined but not used: ‛y’ diff --git a/testsuite/tests/rename/should_compile/rn064.stderr b/testsuite/tests/rename/should_compile/rn064.stderr index f23a96bb54..6ca77eaf25 100644 --- a/testsuite/tests/rename/should_compile/rn064.stderr +++ b/testsuite/tests/rename/should_compile/rn064.stderr @@ -1,4 +1,4 @@ -rn064.hs:13:12: - Warning: This binding for `r' shadows the existing binding - bound at rn064.hs:15:9 +rn064.hs:13:12: Warning: + This binding for ‛r’ shadows the existing binding + bound at rn064.hs:15:9 diff --git a/testsuite/tests/rename/should_compile/rn066.stderr b/testsuite/tests/rename/should_compile/rn066.stderr index 3d38aa9f2f..52e82e9e7a 100644 --- a/testsuite/tests/rename/should_compile/rn066.stderr +++ b/testsuite/tests/rename/should_compile/rn066.stderr @@ -1,8 +1,8 @@ rn066.hs:13:7: Warning: - In the use of `op' (imported from Rn066_A): + In the use of ‛op’ (imported from Rn066_A): "Is that really a good idea?" rn066.hs:13:10: Warning: - In the use of data constructor `C' (imported from Rn066_A): + In the use of data constructor ‛C’ (imported from Rn066_A): "Are you sure you want to do that?" |