diff options
Diffstat (limited to 'testsuite/tests/module/mod62.stderr')
-rw-r--r-- | testsuite/tests/module/mod62.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod62.stderr b/testsuite/tests/module/mod62.stderr index cac9a6f32c..8215ec1e1d 100644 --- a/testsuite/tests/module/mod62.stderr +++ b/testsuite/tests/module/mod62.stderr @@ -2,5 +2,5 @@ mod62.hs:3:9: Qualified name in binding position: M.y mod62.hs:3:22: - Not in scope: ‛M.y’ - Perhaps you meant ‛M.x’ (line 3) + Not in scope: ‘M.y’ + Perhaps you meant ‘M.x’ (line 3) |