summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-10-26 11:10:09 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-10-26 11:10:09 +0100
commit2db1733aa0f6994af3a2cc1770e4bef7fb4e9520 (patch)
treeaf40514566ba8f706c314d44b285ed35181e23eb
parentdd9dbdbe0d80a5fe6b88fbc3908fde2f9bddba34 (diff)
downloadhaskell-2db1733aa0f6994af3a2cc1770e4bef7fb4e9520.tar.gz
Error message change for duplicate type signatures
-rw-r--r--testsuite/tests/module/mod68.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/module/mod68.stderr b/testsuite/tests/module/mod68.stderr
index 2d5ece6f47..f8490a06b6 100644
--- a/testsuite/tests/module/mod68.stderr
+++ b/testsuite/tests/module/mod68.stderr
@@ -1,5 +1,5 @@
-
-mod68.hs:4:1:
- Duplicate type signature:
- mod68.hs:4:1-16: f :: Int -> Bool
- mod68.hs:3:1-16: f :: Int -> Bool
+
+mod68.hs:4:1:
+ Duplicate type signatures for `f'
+ at mod68.hs:3:1
+ mod68.hs:4:1