diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-02 09:29:13 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-02 09:29:13 +0100 |
commit | 12c8dafb6fb3f059bcc74e55691260af2ac7c7b8 (patch) | |
tree | 845ec3707848171d90da9193ac864fd30520875a /testsuite/tests/ghci/scripts/T4087.stdout | |
parent | d947d38fe3b3fae4c3393c968c39c9082ae5c078 (diff) | |
download | haskell-12c8dafb6fb3f059bcc74e55691260af2ac7c7b8.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/ghci/scripts/T4087.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T4087.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T4087.stdout b/testsuite/tests/ghci/scripts/T4087.stdout index d3e3ae9abd..e28eac1776 100644 --- a/testsuite/tests/ghci/scripts/T4087.stdout +++ b/testsuite/tests/ghci/scripts/T4087.stdout @@ -1,3 +1,3 @@ data Equal a b where Equal :: Equal a a - -- Defined at T4087.hs:5:6-10 + -- Defined at T4087.hs:5:6 |