summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r--testsuite/tests/rename/should_fail/T10668.stderr4
-rw-r--r--testsuite/tests/rename/should_fail/T5385.stderr6
2 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/rename/should_fail/T10668.stderr b/testsuite/tests/rename/should_fail/T10668.stderr
index 8c96fad1a8..4e602b28b4 100644
--- a/testsuite/tests/rename/should_fail/T10668.stderr
+++ b/testsuite/tests/rename/should_fail/T10668.stderr
@@ -3,6 +3,6 @@ T10668.hs:3:27: error:
In module ‘Data.Type.Equality’:
‘Refl’ is a data constructor of ‘(:~:)’
To import it use
- ‘import’ Data.Type.Equality( (:~:)( Refl ) )
+ import Data.Type.Equality( (:~:)( Refl ) )
or
- ‘import’ Data.Type.Equality( (:~:)(..) )
+ import Data.Type.Equality( (:~:)(..) )
diff --git a/testsuite/tests/rename/should_fail/T5385.stderr b/testsuite/tests/rename/should_fail/T5385.stderr
index 677c31ff3e..dd825c6119 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:
+T5385.hs:3:16: error:
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(..) )