summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/recordOfKind.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/recordOfKind.txt')
-rw-r--r--dhall/tests/type-inference/failure/recordOfKind.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/recordOfKind.txt b/dhall/tests/type-inference/failure/recordOfKind.txt
index a5d2465..653fe0b 100644
--- a/dhall/tests/type-inference/failure/recordOfKind.txt
+++ b/dhall/tests/type-inference/failure/recordOfKind.txt
@@ -1 +1,6 @@
-Type error: error: Sort does not have a type
+Type error: error: InvalidFieldType
+ --> <current file>:1:0
+ |
+1 | { a = Kind }
+ | ^^^^^^^^^^^^ InvalidFieldType
+ |