summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod136.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod136.stderr')
-rw-r--r--testsuite/tests/module/mod136.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/module/mod136.stderr b/testsuite/tests/module/mod136.stderr
index fc5e0d682c..3a54d8f2e3 100644
--- a/testsuite/tests/module/mod136.stderr
+++ b/testsuite/tests/module/mod136.stderr
@@ -1,6 +1,7 @@
mod136.hs:7:5: error:
Variable not in scope: zipWith5
- Perhaps you meant one of these:
- ‘zipWith’ (imported from Mod136_A),
- ‘zipWith3’ (imported from Mod136_A)
+ Suggested fix:
+ Perhaps use one of these:
+ ‘zipWith’ (imported from Mod136_A),
+ ‘zipWith3’ (imported from Mod136_A)