diff options
Diffstat (limited to 'testsuite/tests/mdo')
4 files changed, 0 insertions, 25 deletions
diff --git a/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 b/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 deleted file mode 100644 index 189c414315..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail001.stderr-ghc-7.0 +++ /dev/null @@ -1,8 +0,0 @@ - -mdofail001.hs:10:36: - No instance for (Num Char) - arising from the literal `3' - Possible fix: add an instance declaration for (Num Char) - In the expression: 3 - In the first argument of `l', namely `[1, 2, 3]' - In the expression: l [1, 2, 3] diff --git a/testsuite/tests/mdo/should_fail/mdofail002.stderr-ghc-7.0 b/testsuite/tests/mdo/should_fail/mdofail002.stderr-ghc-7.0 deleted file mode 100644 index a1327c6dfd..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail002.stderr-ghc-7.0 +++ /dev/null @@ -1,5 +0,0 @@ - -mdofail002.hs:10:9: - Conflicting definitions for `x' - Bound at: mdofail002.hs:10:9 - mdofail002.hs:11:9 diff --git a/testsuite/tests/mdo/should_fail/mdofail003.stderr-ghc-7.0 b/testsuite/tests/mdo/should_fail/mdofail003.stderr-ghc-7.0 deleted file mode 100644 index e093fe0a75..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail003.stderr-ghc-7.0 +++ /dev/null @@ -1,5 +0,0 @@ - -mdofail003.hs:10:9: - Conflicting definitions for `x' - Bound at: mdofail003.hs:10:9 - mdofail003.hs:11:13 diff --git a/testsuite/tests/mdo/should_fail/mdofail004.stderr-ghc-7.0 b/testsuite/tests/mdo/should_fail/mdofail004.stderr-ghc-7.0 deleted file mode 100644 index 63c0cae6ac..0000000000 --- a/testsuite/tests/mdo/should_fail/mdofail004.stderr-ghc-7.0 +++ /dev/null @@ -1,7 +0,0 @@ - -mdofail004.hs:17:5: - No instance for (MonadFix X) - arising from a do statement - Possible fix: add an instance declaration for (MonadFix X) - In the expression: mdo { return [1, 2, ....] } - In an equation for `z': z = mdo { return [1, ....] } |