diff options
Diffstat (limited to 'std/examples/tests/cat_test.ts')
-rw-r--r-- | std/examples/tests/cat_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/tests/cat_test.ts b/std/examples/tests/cat_test.ts index 34b60bc5d..0f17b798d 100644 --- a/std/examples/tests/cat_test.ts +++ b/std/examples/tests/cat_test.ts @@ -4,7 +4,7 @@ import { assertStrictEq } from "../../testing/asserts.ts"; Deno.test("[examples/cat] print multiple files", async () => { const decoder = new TextDecoder(); const process = Deno.run({ - args: [ + cmd: [ Deno.execPath(), "--allow-read", "cat.ts", |