From b98ff25f4c8cb4bf18b784c848fabaaa6e4b11b8 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Thu, 25 Jun 2015 09:25:39 +0100 Subject: 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. --- testsuite/tests/ghci/scripts/T5564.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/ghci/scripts/T5564.stderr') diff --git a/testsuite/tests/ghci/scripts/T5564.stderr b/testsuite/tests/ghci/scripts/T5564.stderr index deba7e2b78..309ff1e76c 100644 --- a/testsuite/tests/ghci/scripts/T5564.stderr +++ b/testsuite/tests/ghci/scripts/T5564.stderr @@ -1,10 +1,10 @@ :3:1: error: - Not in scope: ‘git’ + Variable not in scope: git Perhaps you meant ‘it’ (line 2) :5:1: error: - Not in scope: ‘fit’ + Variable not in scope: fit Perhaps you meant one of these: ‘fst’ (imported from Prelude), ‘Ghci1.it’ (imported from Ghci1), ‘it’ (line 4) -- cgit v1.2.1