From 02bd7e956ec691076f597085bdfcc82afa8292cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 4 May 2019 17:33:50 +0200 Subject: bump CI to v0.4.0 (denoland/deno_std#378) Original: https://github.com/denoland/deno_std/commit/2ad643d29690f6390c250f55e993727ae8e1ba54 --- examples/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/test.ts b/examples/test.ts index 17d19a312..8158763be 100644 --- a/examples/test.ts +++ b/examples/test.ts @@ -15,7 +15,7 @@ test(function t2(): void { /** A more complicated test that runs a subprocess. */ test(async function catSmoke(): Promise { const p = run({ - args: ["deno", "--allow-read", "examples/cat.ts", "README.md"], + args: ["deno", "run", "--allow-read", "examples/cat.ts", "README.md"], stdout: "piped" }); const s = await p.status(); -- cgit v1.2.3