summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail220.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail220.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail220.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail220.stderr b/testsuite/tests/typecheck/should_fail/tcfail220.stderr
deleted file mode 100644
index 6228bfa984..0000000000
--- a/testsuite/tests/typecheck/should_fail/tcfail220.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-[1 of 1] Compiling ShouldFail[sig of Prelude] ( tcfail220.hsig, nothing )
-
-tcfail220.hsig:4:1: error:
- Type constructor ‘Either’ has conflicting definitions in the module
- and its hsig file
- Main module: data Either a b = Left a | Data.Either.Right b
- Hsig file: type role Either representational phantom phantom
- data Either a b c = Left a
- The types have different kinds