diff options
Diffstat (limited to 'testsuite/tests/module/mod155.stderr')
-rw-r--r-- | testsuite/tests/module/mod155.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod155.stderr b/testsuite/tests/module/mod155.stderr new file mode 100644 index 0000000000..a6a732c5b8 --- /dev/null +++ b/testsuite/tests/module/mod155.stderr @@ -0,0 +1,5 @@ + +mod155.hs:2:10: + Conflicting exports for `id': + `module M' exports `M.id' imported from Prelude at mod155.hs:4:1-19 + `module M' exports `M.id' defined at mod155.hs:5:1 |