summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T17244A.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T17244A.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T17244A.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T17244A.stderr b/testsuite/tests/rename/should_fail/T17244A.stderr
new file mode 100644
index 0000000000..6286a71de2
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T17244A.stderr
@@ -0,0 +1,10 @@
+
+T17244A.hs:10:9: error:
+ Ambiguous occurrence ‘sum’
+ It could refer to
+ either ‘Prelude.sum’,
+ imported from ‘Prelude’ at T17244A.hs:3:8-14
+ (and originally defined in ‘Data.Foldable’)
+ or ‘Data.List.sum’,
+ imported from ‘Data.List’ at T17244A.hs:7:1-16
+ (and originally defined in ‘GHC.List’)