summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci036.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-25 09:25:39 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-26 08:33:12 +0100
commitb98ff25f4c8cb4bf18b784c848fabaaa6e4b11b8 (patch)
tree057dce79c8f2c77689cc2ed375c89858b38a4b4d /testsuite/tests/ghci/scripts/ghci036.stderr
parentfb7b6922573af76a954d939c85e6af7c39a19896 (diff)
downloadhaskell-b98ff25f4c8cb4bf18b784c848fabaaa6e4b11b8.tar.gz
Error message wibbles from out-of-scope changes
The patch "Treat out-of-scope variables as holes" makes lots of error messages change a bit. This patch has all the change.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci036.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci036.stderr32
1 files changed, 16 insertions, 16 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci036.stderr b/testsuite/tests/ghci/scripts/ghci036.stderr
index 7e1ac73e10..0c7de1356b 100644
--- a/testsuite/tests/ghci/scripts/ghci036.stderr
+++ b/testsuite/tests/ghci/scripts/ghci036.stderr
@@ -1,16 +1,16 @@
-
-<interactive>:1:1: Not in scope: ‘nubBy’
-
-<interactive>:1:1: Not in scope: ‘nub’
-
-<interactive>:1:1: Not in scope: ‘nubBy’
-
-<interactive>:1:1: Not in scope: ‘nub’
-
-<interactive>:1:1:
- Not in scope: ‘nub’
- Perhaps you meant ‘L.nub’ (imported from Data.List)
-
-<interactive>:1:1: Not in scope: ‘L.nub’
-
-<interactive>:1:1: Not in scope: ‘nub’
+
+<interactive>:1:1: error: Variable not in scope: nubBy
+
+<interactive>:1:1: error: Variable not in scope: nub
+
+<interactive>:1:1: error: Variable not in scope: nubBy
+
+<interactive>:1:1: error: Variable not in scope: nub
+
+<interactive>:1:1: error:
+ Variable not in scope: nub
+ Perhaps you meant ‘L.nub’ (imported from Data.List)
+
+<interactive>:1:1: error: Not in scope: ‘L.nub’
+
+<interactive>:1:1: error: Variable not in scope: nub