diff options
Diffstat (limited to 'testsuite/tests/mdo/should_fail/mdofail001.stderr')
-rw-r--r-- | testsuite/tests/mdo/should_fail/mdofail001.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/mdo/should_fail/mdofail001.stderr b/testsuite/tests/mdo/should_fail/mdofail001.stderr new file mode 100644 index 0000000000..8d6d86bc97 --- /dev/null +++ b/testsuite/tests/mdo/should_fail/mdofail001.stderr @@ -0,0 +1,6 @@ + +mdofail001.hs:10:32: + 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 expression: l [1, 2, 3] |