diff options
Diffstat (limited to 'testsuite/tests/mdo/should_fail/mdofail001.stderr')
-rw-r--r-- | testsuite/tests/mdo/should_fail/mdofail001.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/mdo/should_fail/mdofail001.stderr b/testsuite/tests/mdo/should_fail/mdofail001.stderr index 67929e58ed..8d6d86bc97 100644 --- a/testsuite/tests/mdo/should_fail/mdofail001.stderr +++ b/testsuite/tests/mdo/should_fail/mdofail001.stderr @@ -1,6 +1,6 @@ mdofail001.hs:10:32: - No instance for (Num Char) arising from the literal `1' + No instance for (Num Char) arising from the literal ‛1’ In the expression: 1 - In the first argument of `l', namely `[1, 2, 3]' + In the first argument of ‛l’, namely ‛[1, 2, 3]’ In the expression: l [1, 2, 3] |