diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk001.stdout index 358f44990c..55c096fd1c 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’ |