From 4036be2ab2db0c5f146d1c4246e6d5acb337f9ec Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 27 Apr 2020 09:59:34 -0400 Subject: Make runtime compile ops unstable (#4912) --- cli/tests/integration_tests.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index ae905840d..7ba296944 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -986,7 +986,7 @@ itest!(workers { }); itest!(compiler_api { - args: "test --reload compiler_api_test.ts", + args: "test --unstable --reload compiler_api_test.ts", output: "compiler_api_test.out", }); @@ -1468,12 +1468,12 @@ itest!(import_meta { }); itest!(lib_ref { - args: "run --reload lib_ref.ts", + args: "run --unstable --reload lib_ref.ts", output: "lib_ref.ts.out", }); itest!(lib_runtime_api { - args: "run --reload lib_runtime_api.ts", + args: "run --unstable --reload lib_runtime_api.ts", output: "lib_runtime_api.ts.out", }); -- cgit v1.2.3