diff options
Diffstat (limited to 'std/examples')
-rw-r--r-- | std/examples/test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/examples/test.ts b/std/examples/test.ts index 646eb5d33..26dd989e4 100644 --- a/std/examples/test.ts +++ b/std/examples/test.ts @@ -20,7 +20,6 @@ test(async function catSmoke(): Promise<void> { "run", "--allow-read", "examples/cat.ts", - "--", "README.md" ], stdout: "piped" |