diff options
Diffstat (limited to 'testsuite/tests/module/mod136.stderr')
-rw-r--r-- | testsuite/tests/module/mod136.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/module/mod136.stderr b/testsuite/tests/module/mod136.stderr index 242d20b3de..2a0feed97e 100644 --- a/testsuite/tests/module/mod136.stderr +++ b/testsuite/tests/module/mod136.stderr @@ -1,6 +1,6 @@ mod136.hs:6:5: - Not in scope: `zipWith5' + Not in scope: ‛zipWith5’ Perhaps you meant one of these: - `zipWith' (imported from Mod136_A), - `zipWith3' (imported from Mod136_A) + ‛zipWith’ (imported from Mod136_A), + ‛zipWith3’ (imported from Mod136_A) |