summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/IfBranchesNotMatch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/IfBranchesNotMatch.txt')
-rw-r--r--dhall/tests/type-errors/unit/IfBranchesNotMatch.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/IfBranchesNotMatch.txt b/dhall/tests/type-errors/unit/IfBranchesNotMatch.txt
index 6b1dcdd..d58af95 100644
--- a/dhall/tests/type-errors/unit/IfBranchesNotMatch.txt
+++ b/dhall/tests/type-errors/unit/IfBranchesNotMatch.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: IfBranchMismatch
+Type error: error: IfBranchMismatch
+ --> <current file>:1:0
+ |
+1 | if True then 1 else ""
+ | ^^^^^^^^^^^^^^^^^^^^^^ IfBranchMismatch
+ |