From 302590015d4f1b0e988ec345b4883f7cfcef7900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 24 Oct 2022 17:25:06 +0200 Subject: feat: Stabilize Deno.stdin.setRaw() (#16399) --- cli/tests/integration/run_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 71b26b356..67003a949 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3384,7 +3384,6 @@ async fn http2_request_url() { fn set_raw_should_not_panic_on_no_tty() { let output = util::deno_cmd() .arg("eval") - .arg("--unstable") .arg("Deno.stdin.setRaw(true)") // stdin set to piped so it certainly does not refer to TTY .stdin(std::process::Stdio::piped()) -- cgit v1.2.3