diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-09-21 01:04:28 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-09-21 09:44:21 +0100 |
commit | 52fd56ae5a1b9d46a72a97df2827911e50ecbbc6 (patch) | |
tree | 5eacd9aa543ebb214ba3860ea9166b8edf4cf06a /testsuite/tests/module | |
parent | 30a698dc10b353118d9c6a20f9030b864689e5bc (diff) | |
download | haskell-52fd56ae5a1b9d46a72a97df2827911e50ecbbc6.tar.gz |
update error messages
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod18.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod19.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/module/mod20.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod21.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod22.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod38.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/module/mod66.stderr | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/module/mod18.stderr b/testsuite/tests/module/mod18.stderr index 2b9a800bc6..5f8ba3457b 100644 --- a/testsuite/tests/module/mod18.stderr +++ b/testsuite/tests/module/mod18.stderr @@ -1,5 +1,5 @@ mod18.hs:3:6: - Multiple declarations of `Main.T' + Multiple declarations of `T' Declared at: mod18.hs:2:6 mod18.hs:3:6 diff --git a/testsuite/tests/module/mod19.stderr b/testsuite/tests/module/mod19.stderr index a988040291..9178ceba40 100644 --- a/testsuite/tests/module/mod19.stderr +++ b/testsuite/tests/module/mod19.stderr @@ -1,10 +1,10 @@ mod19.hs:3:7: - Multiple declarations of `Main.C' + Multiple declarations of `C' Declared at: mod19.hs:2:7 mod19.hs:3:7 mod19.hs:3:17: - Multiple declarations of `Main.m' + Multiple declarations of `m' Declared at: mod19.hs:2:17 mod19.hs:3:17 diff --git a/testsuite/tests/module/mod20.stderr b/testsuite/tests/module/mod20.stderr index 355fe1c038..123564201a 100644 --- a/testsuite/tests/module/mod20.stderr +++ b/testsuite/tests/module/mod20.stderr @@ -1,5 +1,5 @@ mod20.hs:3:18: - Multiple declarations of `Main.m' + Multiple declarations of `m' Declared at: mod20.hs:2:18 mod20.hs:3:18 diff --git a/testsuite/tests/module/mod21.stderr b/testsuite/tests/module/mod21.stderr index 4a6a8edec7..b5a86c0749 100644 --- a/testsuite/tests/module/mod21.stderr +++ b/testsuite/tests/module/mod21.stderr @@ -1,5 +1,5 @@ mod21.hs:3:6: - Multiple declarations of `Main.T' + Multiple declarations of `T' Declared at: mod21.hs:2:6 mod21.hs:3:6 diff --git a/testsuite/tests/module/mod22.stderr b/testsuite/tests/module/mod22.stderr index 9cf3f768d2..786043d4f2 100644 --- a/testsuite/tests/module/mod22.stderr +++ b/testsuite/tests/module/mod22.stderr @@ -1,5 +1,5 @@ mod22.hs:3:11: - Multiple declarations of `Main.K' + Multiple declarations of `K' Declared at: mod22.hs:2:11 mod22.hs:3:11 diff --git a/testsuite/tests/module/mod38.stderr b/testsuite/tests/module/mod38.stderr index 2b124d5f6c..b04dd77f4b 100644 --- a/testsuite/tests/module/mod38.stderr +++ b/testsuite/tests/module/mod38.stderr @@ -1,5 +1,5 @@ mod38.hs:4:7: - Multiple declarations of `M.C' + Multiple declarations of `C' Declared at: mod38.hs:3:6 mod38.hs:4:7 diff --git a/testsuite/tests/module/mod66.stderr b/testsuite/tests/module/mod66.stderr index 7949ae3ec0..a1bf5a2af7 100644 --- a/testsuite/tests/module/mod66.stderr +++ b/testsuite/tests/module/mod66.stderr @@ -1,5 +1,5 @@ mod66.hs:5:1: - Multiple declarations of `M.f' + Multiple declarations of `f' Declared at: mod66.hs:3:1 mod66.hs:5:1 |