summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci050.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-01-12 18:15:48 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-01-12 18:15:48 +0000
commitdf587d5717c4438762a5a5a5a7a09dc3febf8905 (patch)
tree47a95596ef7296318d60c9e6b39988f4df29eddf /testsuite/tests/ghci/scripts/ghci050.stderr
parent922bc6b946575b14ae5de360f2dca57ac015ce6f (diff)
parentd342f88d5eb2b1dd5c1f93a774a9b1103edfd0b8 (diff)
downloadhaskell-df587d5717c4438762a5a5a5a7a09dc3febf8905.tar.gz
Merge branch 'master' of http://darcs.haskell.org/testsuite
Conflicts: tests/typecheck/should_run/all.T
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/ghci050.stderr17
1 files changed, 9 insertions, 8 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr
index 6f0e2c2ff2..74dc9a9b94 100644
--- a/testsuite/tests/ghci/scripts/ghci050.stderr
+++ b/testsuite/tests/ghci/scripts/ghci050.stderr
@@ -1,8 +1,9 @@
-
-<interactive>:6:49:
- Couldn't match type `a' with `ListableElem (a, a)'
- `a' is a rigid type variable bound by
- the instance declaration at <interactive>:6:20
- In the expression: a
- In the expression: [a, b]
- In an equation for `asList': asList (a, b) = [a, b]
+
+<interactive>:6:49:
+ Couldn't match expected type `a'
+ with actual type `ListableElem (a, a)'
+ `a' is a rigid type variable bound by
+ the instance declaration at <interactive>:6:20
+ In the expression: a
+ In the expression: [a, b]
+ In an equation for `asList': asList (a, b) = [a, b]