summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod165.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod165.stderr')
-rw-r--r--testsuite/tests/module/mod165.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/module/mod165.stderr b/testsuite/tests/module/mod165.stderr
index 9ef57d4bbd..be092c086e 100644
--- a/testsuite/tests/module/mod165.stderr
+++ b/testsuite/tests/module/mod165.stderr
@@ -1,7 +1,7 @@
-mod165.hs:9:5: [GHC-87543]
- Ambiguous occurrence ‘A.D1’
- It could refer to either ‘A.D1’,
- imported from ‘Mod164_A’ at mod165.hs:4:1-20
- or ‘A.D1’, imported from ‘Mod164_B’ at mod165.hs:5:1-20
+mod165.hs:9:5: error: [GHC-87543]
+ Ambiguous occurrence ‘A.D1’.
+ It could refer to
+ either ‘A.D1’, imported from ‘Mod164_A’ at mod165.hs:4:1-20,
+ or ‘A.D1’, imported from ‘Mod164_B’ at mod165.hs:5:1-20.
exit(1)