summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/spread.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/spread.typ')
-rw-r--r--tests/typ/compiler/spread.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/spread.typ b/tests/typ/compiler/spread.typ
index 1bfef7b0..0afbed85 100644
--- a/tests/typ/compiler/spread.typ
+++ b/tests/typ/compiler/spread.typ
@@ -26,7 +26,7 @@
// Test doing things with arguments.
#{
let save(..args) = {
- test(type(args), "arguments")
+ test(type(args), arguments)
test(repr(args), "(three: true, 1, 2)")
}