diff options
Diffstat (limited to 'testsuite/tests/module/mod143.stderr')
-rw-r--r-- | testsuite/tests/module/mod143.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/module/mod143.stderr b/testsuite/tests/module/mod143.stderr index 15042a21d8..cdec14c83e 100644 --- a/testsuite/tests/module/mod143.stderr +++ b/testsuite/tests/module/mod143.stderr @@ -1,7 +1,7 @@ mod143.hs:2:21: - Conflicting exports for `Foo': - `module Mod143_A' exports `Mod143_A.Foo' - imported from `Mod143_A' at mod143.hs:4:1-15 + Conflicting exports for ‛Foo’: + ‛module Mod143_A’ exports ‛Mod143_A.Foo’ + imported from ‛Mod143_A’ at mod143.hs:4:1-15 (and originally defined at Mod143_A.hs:3:6-8) - `module M' exports `M.Foo' defined at mod143.hs:6:6 + ‛module M’ exports ‛M.Foo’ defined at mod143.hs:6:6 |