diff options
Diffstat (limited to 'testsuite/tests/module/mod142.stderr')
-rw-r--r-- | testsuite/tests/module/mod142.stderr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/module/mod142.stderr b/testsuite/tests/module/mod142.stderr index c1c4023e1e..fcd7665aaa 100644 --- a/testsuite/tests/module/mod142.stderr +++ b/testsuite/tests/module/mod142.stderr @@ -1,6 +1,7 @@ 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 + `module Mod142_A' exports `Mod142_A.x' + imported from `Mod142_A' at mod142.hs:4:1-15 + (and originally defined at Mod142_A.hs:3:1) + `module M' exports `M.x' defined at mod142.hs:6:1 |