summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr
deleted file mode 100644
index f97c5a1161..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail099.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-
-tcfail099.hs:9:20:
- Couldn't match type `t' with `a'
- `t' is a rigid type variable bound by
- the inferred type of call :: DS -> t -> Int at tcfail099.hs:9:1
- `a' is a rigid type variable bound by
- a pattern with constructor
- C :: forall a. (a -> Int) -> DS,
- in an equation for `call'
- at tcfail099.hs:9:7
- In the first argument of `f', namely `arg'
- In the expression: f arg
- In an equation for `call': call (C f) arg = f arg