diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-02 18:00:28 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-08-02 18:00:28 +0100 |
commit | 87a5ef5f2cc20acde5febae1e3ce6989caf8accc (patch) | |
tree | 01f15aa64cd3a6e735f0ee04ea8e6d6ce128eaf2 /testsuite/tests/module/mod164.stderr | |
parent | b65f16d0055032077867a1cf804543ff83f0b35f (diff) | |
download | haskell-87a5ef5f2cc20acde5febae1e3ce6989caf8accc.tar.gz |
Error message changes due to pretty-printing of provenances
Diffstat (limited to 'testsuite/tests/module/mod164.stderr')
-rw-r--r-- | testsuite/tests/module/mod164.stderr | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testsuite/tests/module/mod164.stderr b/testsuite/tests/module/mod164.stderr index 7a014187ac..5f18adc025 100644 --- a/testsuite/tests/module/mod164.stderr +++ b/testsuite/tests/module/mod164.stderr @@ -1,7 +1,9 @@ mod164.hs:9:5: Ambiguous occurrence `D1' - It could refer to either `Mod164_A.D1', imported from Mod164_A at mod164.hs:4:1-15 - (defined at Mod164_A.hs:3:10) - or `Mod164_B.D1', imported from Mod164_B at mod164.hs:5:1-15 - (defined at Mod164_B.hs:3:10) + It could refer to either `Mod164_A.D1', + imported from `Mod164_A' at mod164.hs:4:1-15 + (and originally defined at Mod164_A.hs:3:10-11) + or `Mod164_B.D1', + imported from `Mod164_B' at mod164.hs:5:1-15 + (and originally defined at Mod164_B.hs:3:10-11) |