summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/mixedUnions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/mixedUnions.txt')
-rw-r--r--dhall/tests/type-inference/failure/mixedUnions.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/dhall/tests/type-inference/failure/mixedUnions.txt b/dhall/tests/type-inference/failure/mixedUnions.txt
deleted file mode 100644
index 2b307d0..0000000
--- a/dhall/tests/type-inference/failure/mixedUnions.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Type error: error: InvalidVariantType
- --> <current file>:1:28
- |
-1 | < Left : Natural | Right : Type >
- | ^^^^ InvalidVariantType
- |