summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt b/dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt
index c28073e..218ca9e 100644
--- a/dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt
+++ b/dhall/tests/type-inference/failure/unit/ToMapEmptyInvalidAnnotation.txt
@@ -1,5 +1,5 @@
Type error: error: The type of `toMap x` must be of the form `List { mapKey : Text, mapValue : T }`
- --> <current file>:2:0
+ --> <current file>:2:1
|
1 | -- The mapKey must be Text
2 | toMap {=} : List { mapKey : Bool, mapValue : Text }