summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod146.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-08-02 18:00:28 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-08-02 18:00:28 +0100
commit87a5ef5f2cc20acde5febae1e3ce6989caf8accc (patch)
tree01f15aa64cd3a6e735f0ee04ea8e6d6ce128eaf2 /testsuite/tests/module/mod146.stderr
parentb65f16d0055032077867a1cf804543ff83f0b35f (diff)
downloadhaskell-87a5ef5f2cc20acde5febae1e3ce6989caf8accc.tar.gz
Error message changes due to pretty-printing of provenances
Diffstat (limited to 'testsuite/tests/module/mod146.stderr')
-rw-r--r--testsuite/tests/module/mod146.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod146.stderr b/testsuite/tests/module/mod146.stderr
index d43f33feb3..ef99dc3ca5 100644
--- a/testsuite/tests/module/mod146.stderr
+++ b/testsuite/tests/module/mod146.stderr
@@ -1,6 +1,7 @@
mod146.hs:2:30:
Conflicting exports for `m1':
- `module Mod145_A' exports `Mod145_A.m1' imported from Mod145_A at mod146.hs:4:1-15
- `module Mod146' exports `Mod146.m1' defined at mod146.hs:7:3
+ `module Mod145_A' exports `Mod145_A.m1'
+ imported from `Mod145_A' at mod146.hs:4:1-15
+ `module Mod146' exports `Mod146.m1' defined at mod146.hs:7:3
exit(1)