From f6a9d7d7172df6422f895dcfe6f4267ad1b472da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 May 2019 23:15:16 +0200 Subject: add "deno run" subcommand (#2215) --- tests/wasm.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/wasm.test') diff --git a/tests/wasm.test b/tests/wasm.test index 9e3ecbb28..c4c399670 100644 --- a/tests/wasm.test +++ b/tests/wasm.test @@ -1,2 +1,2 @@ -args: tests/wasm.ts -output: tests/wasm.ts.out \ No newline at end of file +args: run tests/wasm.ts +output: tests/wasm.ts.out -- cgit v1.2.3