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/async_error.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/async_error.test') diff --git a/tests/async_error.test b/tests/async_error.test index 8ebbfb56c..2cc8de922 100644 --- a/tests/async_error.test +++ b/tests/async_error.test @@ -1,4 +1,4 @@ exit_code: 1 -args: --reload tests/async_error.ts +args: run --reload tests/async_error.ts check_stderr: true output: tests/async_error.ts.out -- cgit v1.2.3