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/exit_error42.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exit_error42.test') diff --git a/tests/exit_error42.test b/tests/exit_error42.test index 21a339a5e..e2c196f6f 100644 --- a/tests/exit_error42.test +++ b/tests/exit_error42.test @@ -1,3 +1,3 @@ exit_code: 42 -args: --reload tests/exit_error42.ts +args: run --reload tests/exit_error42.ts output: tests/exit_error42.ts.out -- cgit v1.2.3