summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt b/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt
index 8b46d1f..4023128 100644
--- a/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt
+++ b/dhall/tests/type-inference/failure/unit/IfBranchesNotTermTypeOrKind.txt
@@ -1,6 +1,6 @@
-Type error: error: IfBranchMustBeTerm
+Type error: error: IfBranchMustBeTermTypeOrKind
--> <current file>:1:1
|
1 | if True then Kind else Kind
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTerm
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ IfBranchMustBeTermTypeOrKind
|