summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-14 13:57:29 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-14 14:11:25 +0200
commitab5257b90b16c6403f73f26fb3381545bb2e75c4 (patch)
tree899016bcd3b6953bef314a1eab0d7e69c62fc72d /testsuite/tests/arrows/should_fail
parent4dc38775687ea70e10cd20bae0eaa522d4f034e7 (diff)
downloadhaskell-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/arrows/should_fail')
-rw-r--r--testsuite/tests/arrows/should_fail/T2111.stderr-ghc-7.010
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/arrows/should_fail/T2111.stderr-ghc-7.0 b/testsuite/tests/arrows/should_fail/T2111.stderr-ghc-7.0
deleted file mode 100644
index 79eb1daaee..0000000000
--- a/testsuite/tests/arrows/should_fail/T2111.stderr-ghc-7.0
+++ /dev/null
@@ -1,10 +0,0 @@
-
-T2111.hs:6:23:
- The arrow command
- undefined -< x
- was found where an expression was expected
- In a stmt of a 'do' expression: x <- undefined -< x
- In a stmt of a 'do' expression: rec {x <- undefined -< x}
- In the expression:
- do { rec {x <- undefined -< x};
- undefined -< x }