diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-29 16:46:44 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-29 16:46:44 +0100 |
commit | 50029f694b4d96c50db9528cb48ea25659997d56 (patch) | |
tree | 9a6aeec348a95240156181875c503cef110ffbc3 /testsuite | |
parent | 4512ca148f77d99cb9b2d59e120a403063b2bf30 (diff) | |
download | haskell-50029f694b4d96c50db9528cb48ea25659997d56.tar.gz |
Accept error message wibble
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3811c.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/T3811c.stderr b/testsuite/tests/parser/should_fail/T3811c.stderr index 9b61341152..4a371165fb 100644 --- a/testsuite/tests/parser/should_fail/T3811c.stderr +++ b/testsuite/tests/parser/should_fail/T3811c.stderr @@ -1,2 +1,2 @@ -T3811c.hs:6:10: Malformed instance header: !Show D +T3811c.hs:6:10: Malformed instance: !Show D |