summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr
deleted file mode 100644
index a3c99a9548..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail128.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-
-tcfail128.hs:18:16:
- No instance for (Data.Array.Base.MArray b0 FlatVector IO)
- arising from a use of `thaw'
- Possible fix:
- add an instance declaration for
- (Data.Array.Base.MArray b0 FlatVector IO)
- In a stmt of a 'do' block: v <- thaw tmp
- In the expression:
- do { let sL = ...
- dim = length sL
- ....;
- v <- thaw tmp;
- return () }
- In an equation for `main':
- main
- = do { let sL = ...
- ....;
- v <- thaw tmp;
- return () }