diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2017-11-27 14:00:06 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-27 20:28:37 -0500 |
commit | df1a0c0c62b6433b2b4584a133a6d92491b71e08 (patch) | |
tree | c92357efd996b9362f730e652826c80e131af4e9 /testsuite/tests/module | |
parent | 4efe5fed407067d4b27000e0cf4092cfb6f7502b (diff) | |
download | haskell-df1a0c0c62b6433b2b4584a133a6d92491b71e08.tar.gz |
typecheck: Consistently use pretty quotes in error messages
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4241
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod135.stderr | 3 | ||||
-rw-r--r-- | testsuite/tests/module/mod8.stderr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod135.stderr b/testsuite/tests/module/mod135.stderr index a08f93cb67..197bc93c54 100644 --- a/testsuite/tests/module/mod135.stderr +++ b/testsuite/tests/module/mod135.stderr @@ -1,2 +1,3 @@ -mod135.hs:2:11: The export item `module Data.List' is not imported +mod135.hs:2:11: error: + The export item ‘module Data.List’ is not imported diff --git a/testsuite/tests/module/mod8.stderr b/testsuite/tests/module/mod8.stderr index cba84c8502..d06d6903ac 100644 --- a/testsuite/tests/module/mod8.stderr +++ b/testsuite/tests/module/mod8.stderr @@ -1,2 +1,2 @@ -mod8.hs:2:10: The export item `module N' is not imported +mod8.hs:2:10: error: The export item ‘module N’ is not imported |