summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt')
-rw-r--r--dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt b/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt
index ca5bbcd..2ffcd8b 100644
--- a/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt
+++ b/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt
@@ -1,5 +1,5 @@
Type error: error: Expected a type, found: `1`
- --> <current file>:1:6
+ --> <current file>:1:7
|
1 | λ(_ : 1) → _
| ^ this has type: `Natural`