summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt b/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt
index 51279f2..bb4ac84 100644
--- a/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt
+++ b/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt
@@ -1,5 +1,5 @@
Type error: error: annot mismatch: Bool != Natural
- --> <current file>:1:18
+ --> <current file>:1:19
|
1 | let x : Natural = True in True
| ^^^^ annot mismatch: Bool != Natural