diff options
author | Muthu Kumar <muthukumar@thefeathers.in> | 2021-06-22 06:33:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 03:03:00 +0200 |
commit | 388274e02ea7e054f0bbbe4f863dc32447c5971d (patch) | |
tree | 2cc921c767cfd0b7a6c9cc967c090d52cd713c6f /cli/tests/integration_tests.rs | |
parent | 68c519d06161920d21afc2e40db11230af62baee (diff) |
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.
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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", |