From fdcc78500cc1aff8c87d76abd1692e79977ac9cc Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 2 Nov 2020 13:51:56 +1100 Subject: refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192) Fixes #8060 --- cli/tests/integration_tests.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 979a2ffad..64ef69ba1 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3001,12 +3001,6 @@ itest!(deno_doc_import_map { output: "doc/use_import_map.out", }); -itest!(compiler_js_error { - args: "run --unstable compiler_js_error.ts", - output: "compiler_js_error.ts.out", - exit_code: 1, -}); - itest!(import_file_with_colon { args: "run --quiet --reload import_file_with_colon.ts", output: "import_file_with_colon.ts.out", -- cgit v1.2.3