summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt b/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt
index bcc44a5..d335b63 100644
--- a/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt
+++ b/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.txt
@@ -1,5 +1,5 @@
Type error: error: Expected a type, found: `1`
- --> <current file>:1:8
+ --> <current file>:1:9
|
1 | Bool -> 1
| ^ this has type: `Natural`