diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 13:57:29 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 14:11:25 +0200 |
commit | ab5257b90b16c6403f73f26fb3381545bb2e75c4 (patch) | |
tree | 899016bcd3b6953bef314a1eab0d7e69c62fc72d /testsuite/tests/mdo | |
parent | 4dc38775687ea70e10cd20bae0eaa522d4f034e7 (diff) | |
download | haskell-ab5257b90b16c6403f73f26fb3381545bb2e75c4.tar.gz |
Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0
No point in pretending the testsuite can be run with older versions of GHC.
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, ....] } |