summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr
deleted file mode 100644
index 65f9c9f9ac..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail164.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-
-tcfail164.hs:11:5:
- Bad call to tagToEnum# at type a
- Specify the type by giving a type signature
- e.g. (tagToEnum# x) :: Bool
- In the expression: tagToEnum# 0#
- In an equation for `f': f = tagToEnum# 0#
-
-tcfail164.hs:17:34:
- Bad call to tagToEnum# at type Int
- Result type must be an enumeration type
- In the expression: tagToEnum# value#
- In an equation for `readUnboxable':
- readUnboxable (I# value#) = tagToEnum# value#
- In the instance declaration for `Unboxable Int'