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/ghci/scripts | |
parent | 6ea9c2bb90136fec9a55d58781d5630f43464dca (diff) | |
download | haskell-a7bf4c0148b4c2dc1329eb21c428ca215c75ceab.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci044.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci044.stderr b/testsuite/tests/ghci/scripts/ghci044.stderr index dfcbd10860..a5e6a543ee 100644 --- a/testsuite/tests/ghci/scripts/ghci044.stderr +++ b/testsuite/tests/ghci/scripts/ghci044.stderr @@ -7,7 +7,7 @@ Use -XFlexibleInstances if you want to disable this.) In the instance declaration for `C [Int]' -<interactive>:8:10: +<interactive>:7:10: Overlapping instance declarations: - instance C a => C [a] -- Defined at <interactive>:8:10 instance C [Int] -- Defined at <interactive>:7:10 + instance C a => C [a] -- Defined at <interactive>:8:10 |