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