summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt b/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt
deleted file mode 100644
index 4c9ec28..0000000
--- a/dhall/tests/type-inference/failure/unit/IfBranchesNotType.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Type error: error: IfBranchMustBeTerm
- --> <current file>:1:1
- |
-1 | if True then Type else Type
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTerm
- |