summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt b/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt
index a39a0fb..6f9bfc1 100644
--- a/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt
+++ b/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt
@@ -1,5 +1,5 @@
Type error: error: annot mismatch: { x : Natural } != { y : Natural }
- --> <current file>:1:0
+ --> <current file>:1:1
|
1 | { x = 1 } : { y : Natural }
| ^^^^^^^^^ annot mismatch: { x : Natural } != { y : Natural }