diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-23 14:36:05 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-23 14:36:05 +0100 |
commit | a7bf4c0148b4c2dc1329eb21c428ca215c75ceab (patch) | |
tree | a53ef4c80e54260d28d330bec208e1d018c34d8b /testsuite/tests/module | |
parent | 6ea9c2bb90136fec9a55d58781d5630f43464dca (diff) | |
download | haskell-a7bf4c0148b4c2dc1329eb21c428ca215c75ceab.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r-- | testsuite/tests/module/mod51.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod51.stderr b/testsuite/tests/module/mod51.stderr index e33e43fddd..2d7a02d40d 100644 --- a/testsuite/tests/module/mod51.stderr +++ b/testsuite/tests/module/mod51.stderr @@ -1,5 +1,5 @@ -mod51.hs:3:25: +mod51.hs:3:22: Duplicate instance declarations: - instance Eq T -- Defined at mod51.hs:3:25 instance Eq T -- Defined at mod51.hs:3:22 + instance Eq T -- Defined at mod51.hs:3:25 |