summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail200.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-04-03 18:21:40 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-04-03 18:21:40 +0100
commit717a1db67218c7b9b66ced40b89d2f334d4d8a19 (patch)
treeaee616dd0d70be71a9b1a77b80c89b1c19f3aede /testsuite/tests/typecheck/should_fail/tcfail200.stderr
parent25fb90d79ac236a511fe1759ebcdd3cee9c4a0ec (diff)
downloadhaskell-717a1db67218c7b9b66ced40b89d2f334d4d8a19.tar.gz
Wibbles to error output
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail200.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail200.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail200.stderr b/testsuite/tests/typecheck/should_fail/tcfail200.stderr
index 8bc22599d7..57c174d109 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail200.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail200.stderr
@@ -1,9 +1,9 @@
-
-tcfail200.hs:5:15:
- Couldn't match kind ‛#’ with ‛*’
- When matching types
- GHC.Prim.Int# :: #
- t1 :: *
- In the expression: 1#
- In the expression: (1#, 'c')
- In an equation for ‛x’: x = (1#, 'c')
+
+tcfail200.hs:5:15:
+ Couldn't match kind ‛*’ with ‛#’
+ When matching types
+ t1 :: *
+ GHC.Prim.Int# :: #
+ In the expression: 1#
+ In the expression: (1#, 'c')
+ In an equation for ‛x’: x = (1#, 'c')