From 6ac0337165d5e341eee9bff9ff0065894289df69 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Oct 2021 09:48:26 -0400 Subject: feat: Stabilize Deno.kill and Deno.Process.kill (#12375) Co-authored-by: Luca Casonato --- cli/tests/unit/process_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/unit') diff --git a/cli/tests/unit/process_test.ts b/cli/tests/unit/process_test.ts index 8ac843973..f1cc756f4 100644 --- a/cli/tests/unit/process_test.ts +++ b/cli/tests/unit/process_test.ts @@ -121,7 +121,6 @@ unitTest( cmd: [ Deno.execPath(), "eval", - "--unstable", "Deno.kill(Deno.pid, 'SIGKILL')", ], }); -- cgit v1.2.3