summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-09-29 09:47:11 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-09-29 09:47:11 +0100
commit642130293971bb8e59056601d537b40fa9ad4cfd (patch)
tree21bd18262e2c80ffb52a9a3107912fa8811d2580 /testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr
parentf8e0e9ed2ddecb712c1f4be05d69448a21f3bf82 (diff)
downloadhaskell-642130293971bb8e59056601d537b40fa9ad4cfd.tar.gz
Wibbles to error messages following fix to Outputable.quotes
cf Trac #5509
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr
index 5a9d279860..34e7cab285 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail5b.stderr
@@ -1,7 +1,7 @@
SimpleFail5b.hs:31:12:
Couldn't match expected type `Int' with actual type `Char'
- Expected type: S3 Int
- Actual type: S3 Char
+ Expected type: S3 Int
+ Actual type: S3 Char
In the pattern: D3Char
- In an equation for `bar3wrong'': bar3wrong' D3Char = 'a'
+ In an equation for bar3wrong': bar3wrong' D3Char = 'a'