From 2080669943e79aba619bc80829172c696ec1f15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=82=B3=E6=9D=83?= <695601626@qq.com> Date: Sun, 27 Aug 2023 12:04:12 +0800 Subject: chore: update to Rust 1.72 (#20258) As the title. --------- Co-authored-by: Matt Mastracci --- cli/tests/integration/repl_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/repl_tests.rs') diff --git a/cli/tests/integration/repl_tests.rs b/cli/tests/integration/repl_tests.rs index 9f37679ef..5335cf964 100644 --- a/cli/tests/integration/repl_tests.rs +++ b/cli/tests/integration/repl_tests.rs @@ -242,7 +242,7 @@ fn pty_internal_repl() { fn pty_emoji() { // windows was having issues displaying this util::with_pty(&["repl"], |mut console| { - console.write_line(r#"console.log('\u{1F995}');"#); + console.write_line(r"console.log('\u{1F995}');"); console.expect("🦕"); }); } -- cgit v1.2.3