diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break003.stderr')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break003.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break003.stderr b/testsuite/tests/ghci.debugger/scripts/break003.stderr index 7a9c08ec2f..fee6366347 100644 --- a/testsuite/tests/ghci.debugger/scripts/break003.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break003.stderr @@ -1,6 +1,6 @@ - -<interactive>:5:1: - No instance for (Show (t -> t1)) - (maybe you haven't applied enough arguments to a function?) - arising from a use of ‘print’ - In a stmt of an interactive GHCi command: print it +
+<interactive>:5:1:
+ No instance for (Show (t -> t1))
+ (maybe you haven't applied a function to enough arguments?)
+ arising from a use of ‘print’
+ In a stmt of an interactive GHCi command: print it
|