summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail044.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail044.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail044.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail044.stderr b/testsuite/tests/rename/should_fail/rnfail044.stderr
index 795cee0dfa..8c25ec2cda 100644
--- a/testsuite/tests/rename/should_fail/rnfail044.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail044.stderr
@@ -1,8 +1,8 @@
rnfail044.hs:5:12: error: [GHC-87543]
- Ambiguous occurrence ‘splitAt’
+ Ambiguous occurrence ‘splitAt’.
It could refer to
either ‘Prelude.splitAt’,
imported from ‘Prelude’ at rnfail044.hs:5:8
- (and originally defined in ‘GHC.List’)
- or ‘A.splitAt’, defined at rnfail044.hs:8:3
+ (and originally defined in ‘GHC.List’),
+ or ‘A.splitAt’, defined at rnfail044.hs:8:3.