diff options
Diffstat (limited to 'testsuite/tests/module/mod142.stderr')
-rw-r--r-- | testsuite/tests/module/mod142.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod142.stderr b/testsuite/tests/module/mod142.stderr new file mode 100644 index 0000000000..c1c4023e1e --- /dev/null +++ b/testsuite/tests/module/mod142.stderr @@ -0,0 +1,6 @@ + +mod142.hs:2:21: + Conflicting exports for `x': + `module Mod142_A' exports `Mod142_A.x' imported from Mod142_A at mod142.hs:4:1-15 + (defined at Mod142_A.hs:3:1) + `module M' exports `M.x' defined at mod142.hs:6:1 |