diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5564.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T5564.stderr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/ghci/scripts/T5564.stderr b/testsuite/tests/ghci/scripts/T5564.stderr index a63bcc8a95..31ebd14b0e 100644 --- a/testsuite/tests/ghci/scripts/T5564.stderr +++ b/testsuite/tests/ghci/scripts/T5564.stderr @@ -1,10 +1,10 @@ -
-<interactive>:2:1: error:
- Variable not in scope: git
- Perhaps you meant ‘it’ (line 1)
-
-<interactive>:4:1: error:
- Variable not in scope: fit
- Perhaps you meant one of these:
- ‘fst’ (imported from Prelude), ‘Ghci1.it’ (imported from Ghci1),
- ‘it’ (line 3)
+ +<interactive>:2:1: error: + • Variable not in scope: git + • Perhaps you meant ‘it’ (line 1) + +<interactive>:4:1: error: + • Variable not in scope: fit + • Perhaps you meant one of these: + ‘fst’ (imported from Prelude), ‘Ghci1.it’ (imported from Ghci1), + ‘it’ (line 3) |