summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt')
-rw-r--r--dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt b/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
index cae4fea..5ba4b35 100644
--- a/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
+++ b/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: annot mismatch: (True : Bool) : Natural
+Type error: error: annot mismatch: (True : Bool) : Natural
+ --> <current file>:1:8
+ |
+1 | let x : Natural = True in True
+ | ^^^^^^^ annot mismatch: (True : Bool) : Natural
+ |