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/024_import_no_ext_with_headers.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/024_import_no_ext_with_headers.test') diff --git a/tests/024_import_no_ext_with_headers.test b/tests/024_import_no_ext_with_headers.test index efaca96c3..e76a9d5ac 100644 --- a/tests/024_import_no_ext_with_headers.test +++ b/tests/024_import_no_ext_with_headers.test @@ -1,2 +1,2 @@ -args: --reload tests/024_import_no_ext_with_headers.ts +args: run --reload tests/024_import_no_ext_with_headers.ts output: tests/024_import_no_ext_with_headers.ts.out -- cgit v1.2.3