summaryrefslogtreecommitdiff
path: root/std/prettier/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'std/prettier/testdata')
-rw-r--r--std/prettier/testdata/echox.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/prettier/testdata/echox.ts b/std/prettier/testdata/echox.ts
index 68c54b999..5f8306b37 100644
--- a/std/prettier/testdata/echox.ts
+++ b/std/prettier/testdata/echox.ts
@@ -5,4 +5,4 @@ async function echox(args: string[]) {
Deno.exit(0);
}
-echox(Deno.args.slice(1));
+echox(Deno.args);