diff --git a/tests/test.rs b/tests/test.rs index 6923e6e38..6baf7e5d9 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -2512,7 +2512,7 @@ fn test_control_character_search() { // Multiple occurrences test_parse_err::(&[( - &"\"\t\n\r\"", + "\"\t\n\r\"", "control character (\\u0000-\\u001F) found while parsing a string at line 1 column 2", )]); }