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/ghci.debugger | |
parent | 11237cf673876f6ef85918383cb46b8b1e8ca099 (diff) | |
download | haskell-d6588276e819f088e29a6c16ba0a0c82acfd05cc.tar.gz |
Update outputs following the unicode quote change in GHC's output
Diffstat (limited to 'testsuite/tests/ghci.debugger')
7 files changed, 19 insertions, 19 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break003.stderr b/testsuite/tests/ghci.debugger/scripts/break003.stderr index fc7bb337d1..c1dda071d5 100644 --- a/testsuite/tests/ghci.debugger/scripts/break003.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break003.stderr @@ -1,4 +1,4 @@ <interactive>:5:1: - No instance for (Show (t -> t1)) arising from a use of `print' + No instance for (Show (t -> t1)) arising from a use of ‛print’ In a stmt of an interactive GHCi command: print it diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr index 9543d675e2..7e22617185 100644 --- a/testsuite/tests/ghci.debugger/scripts/break006.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr @@ -1,26 +1,26 @@ <interactive>:6:1: - No instance for (Show t1) arising from a use of `print' - Cannot resolve unknown runtime type `t1' + No instance for (Show t1) arising from a use of ‛print’ + Cannot resolve unknown runtime type ‛t1’ Use :print or :force to determine these types Relevant bindings include it :: t1 (bound at <interactive>:6:1) Note: there are several potential instances: - instance Show Double -- Defined in `GHC.Float' - instance Show Float -- Defined in `GHC.Float' + instance Show Double -- Defined in ‛GHC.Float’ + instance Show Float -- Defined in ‛GHC.Float’ instance (Integral a, Show a) => Show (GHC.Real.Ratio a) - -- Defined in `GHC.Real' + -- Defined in ‛GHC.Real’ ...plus 23 others In a stmt of an interactive GHCi command: print it <interactive>:8:1: - No instance for (Show t1) arising from a use of `print' - Cannot resolve unknown runtime type `t1' + No instance for (Show t1) arising from a use of ‛print’ + Cannot resolve unknown runtime type ‛t1’ Use :print or :force to determine these types Relevant bindings include it :: t1 (bound at <interactive>:8:1) Note: there are several potential instances: - instance Show Double -- Defined in `GHC.Float' - instance Show Float -- Defined in `GHC.Float' + instance Show Double -- Defined in ‛GHC.Float’ + instance Show Float -- Defined in ‛GHC.Float’ instance (Integral a, Show a) => Show (GHC.Real.Ratio a) - -- Defined in `GHC.Real' + -- Defined in ‛GHC.Real’ ...plus 23 others In a stmt of an interactive GHCi command: print it diff --git a/testsuite/tests/ghci.debugger/scripts/break019.stderr b/testsuite/tests/ghci.debugger/scripts/break019.stderr index fe27afda19..41ec1e89e3 100644 --- a/testsuite/tests/ghci.debugger/scripts/break019.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break019.stderr @@ -1,2 +1,2 @@ -
-Top level: Not in scope: data constructor `Test2'
+ +Top level: Not in scope: data constructor ‛Test2’ diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stderr b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stderr index adb8dca658..ebc73e5d82 100644 --- a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stderr +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stderr @@ -1,4 +1,4 @@ <no location info>: - Could not find module `NonModule' + Could not find module ‛NonModule’ It is not a module in the current program, or in any known package. diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout index 3d8780cee7..358f44990c 100644 --- a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout @@ -2,4 +2,4 @@ Breakpoint 1 does not exist No breakpoints found at that location. No active breakpoints. [4,8,15,16,23,42] -map :: forall a b. (a -> b) -> [a] -> [b] -- Defined in `GHC.Base' +map :: forall a b. (a -> b) -> [a] -> [b] -- Defined in ‛GHC.Base’ diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr index e5bcb7f1c4..3473c99dd9 100644 --- a/testsuite/tests/ghci.debugger/scripts/print019.stderr +++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr @@ -1,7 +1,7 @@ <interactive>:11:1: - No instance for (Show a1) arising from a use of `print' - Cannot resolve unknown runtime type `a1' + No instance for (Show a1) arising from a use of ‛print’ + Cannot resolve unknown runtime type ‛a1’ Use :print or :force to determine these types Relevant bindings include it :: a1 (bound at <interactive>:11:1) Note: there are several potential instances: diff --git a/testsuite/tests/ghci.debugger/scripts/print020.stderr b/testsuite/tests/ghci.debugger/scripts/print020.stderr index 296718daec..6642bb7baa 100644 --- a/testsuite/tests/ghci.debugger/scripts/print020.stderr +++ b/testsuite/tests/ghci.debugger/scripts/print020.stderr @@ -3,7 +3,7 @@ GenericTemplate.hs:219:14: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) - In an equation for `happyMonadReduce': + In an equation for ‛happyMonadReduce’: happyMonadReduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) @@ -17,7 +17,7 @@ GenericTemplate.hs:226:14: Warning: Pattern bindings containing unlifted types should use an outermost bang pattern: sts1@((HappyCons (st1@(action)) (_))) = happyDrop k (HappyCons (st) (sts)) - In an equation for `happyMonad2Reduce': + In an equation for ‛happyMonad2Reduce’: happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) |