summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T5385.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T5385.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T5385.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/rename/should_fail/T5385.stderr b/testsuite/tests/rename/should_fail/T5385.stderr
index 2c87a0a47a..677c31ff3e 100644
--- a/testsuite/tests/rename/should_fail/T5385.stderr
+++ b/testsuite/tests/rename/should_fail/T5385.stderr
@@ -1,8 +1,8 @@
T5385.hs:3:16:
- In module ‛T5385a’:
- ‛(:::)’ is a data constructor of ‛T’
+ In module ‘T5385a’:
+ ‘(:::)’ is a data constructor of ‘T’
To import it use
- ‛import’ T5385a( T( (:::) ) )
+ ‘import’ T5385a( T( (:::) ) )
or
- ‛import’ T5385a( T(..) )
+ ‘import’ T5385a( T(..) )