summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/closure.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/closure.typ b/tests/typ/code/closure.typ
index dcd35586..1bc369e9 100644
--- a/tests/typ/code/closure.typ
+++ b/tests/typ/code/closure.typ
@@ -71,7 +71,7 @@
let types(x, y) = "[" + type(x) + ", " + type(y) + "]"
test(types(14%, 12pt), "[relative, length]")
- // Error: 14-20 missing argument: y
+ // Error: 13-21 missing argument: y
test(types("nope"), "[string, none]")
}