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