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/rename/should_fail/rnfail003.stderr | |
parent | 30a698dc10b353118d9c6a20f9030b864689e5bc (diff) | |
download | haskell-52fd56ae5a1b9d46a72a97df2827911e50ecbbc6.tar.gz |
update error messages
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail003.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail003.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail003.stderr b/testsuite/tests/rename/should_fail/rnfail003.stderr index 0398a4d9c7..aab5911412 100644 --- a/testsuite/tests/rename/should_fail/rnfail003.stderr +++ b/testsuite/tests/rename/should_fail/rnfail003.stderr @@ -1,5 +1,5 @@ rnfail003.hs:4:1: - Multiple declarations of `Main.f' + Multiple declarations of `f' Declared at: rnfail003.hs:2:1 rnfail003.hs:4:1 |