diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-04 18:55:13 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-04 18:55:13 +0100 |
commit | c5806bf6928daebb89b126efffdc2e2a00927250 (patch) | |
tree | 9be2d28075284c892ddc8b1cc0898fa585b8e769 /testsuite/tests/ghci/scripts/T4015.stdout | |
parent | 5863ce4eb6fe2d7143c483e78b478e25881c0160 (diff) | |
download | haskell-c5806bf6928daebb89b126efffdc2e2a00927250.tar.gz |
Error messsage wibblification
Diffstat (limited to 'testsuite/tests/ghci/scripts/T4015.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T4015.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T4015.stdout b/testsuite/tests/ghci/scripts/T4015.stdout index e850fb9384..4ce312c581 100644 --- a/testsuite/tests/ghci/scripts/T4015.stdout +++ b/testsuite/tests/ghci/scripts/T4015.stdout @@ -8,7 +8,7 @@ data R | S {x :: Char} | T {y :: Int, z :: Float} | W - -- Defined at T4015.hs:3:6 + -- Defined at T4015.hs:3:1 data R = ... | S {...} | ... -- Defined at T4015.hs:4:10 data R = ... | T {...} | ... -- Defined at T4015.hs:5:10 data R = ... | W -- Defined at T4015.hs:6:10 |