summaryrefslogtreecommitdiff
path: root/cli/tests/integration
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-10-24 17:25:06 +0200
committerGitHub <noreply@github.com>2022-10-24 17:25:06 +0200
commit302590015d4f1b0e988ec345b4883f7cfcef7900 (patch)
tree5efc860eb5aa7d993300530fe8ac2787d1ce31cf /cli/tests/integration
parentdbcbf53ab5168ad9c5d6ca8b4c7740db98b270a6 (diff)
feat: Stabilize Deno.stdin.setRaw() (#16399)
Diffstat (limited to 'cli/tests/integration')
-rw-r--r--cli/tests/integration/run_tests.rs1
1 files changed, 0 insertions, 1 deletions
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())