summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr
deleted file mode 100644
index 3545f8644f..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail007.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-
-tcfail007.hs:3:16:
- No instance for (Num Bool)
- arising from the literal `1'
- Possible fix: add an instance declaration for (Num Bool)
- In the second argument of `(+)', namely `1'
- In the expression: x + 1
- In an equation for `n':
- n x
- | True = x + 1
- | False = True