diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci050.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr index 191bf3cf6e..4c8de9da4e 100644 --- a/testsuite/tests/ghci/scripts/ghci050.stderr +++ b/testsuite/tests/ghci/scripts/ghci050.stderr @@ -1,8 +1,8 @@ <interactive>:6:49: - Couldn't match expected type ‛ListableElem (a, a)’ - with actual type ‛a’ - ‛a’ is a rigid type variable bound by + Couldn't match expected type ‘ListableElem (a, a)’ + with actual type ‘a’ + ‘a’ is a rigid type variable bound by the instance declaration at <interactive>:6:10 Relevant bindings include b :: a (bound at <interactive>:6:43) |