From 388274e02ea7e054f0bbbe4f863dc32447c5971d Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Tue, 22 Jun 2021 06:33:00 +0530 Subject: fix: move stable/unstable types/APIs to their correct places (#10880) - Moved ppid and memoryUsage types from deno.unstable to deno.ns. - Moved sleepSync to unstable object, shutdown to stable object. --- 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 2cad5a44c..ce4c8d7d8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3976,12 +3976,6 @@ console.log("finish"); output: "unstable_enabled_js.out", }); - itest!(unstable_disabled_ts2551 { - args: "run --reload unstable_ts2551.ts", - exit_code: 1, - output: "unstable_disabled_ts2551.out", - }); - itest!(unstable_worker { args: "run --reload --unstable --quiet --allow-read unstable_worker.ts", output: "unstable_worker.ts.out", -- cgit v1.2.3