diff --git a/tests/run-make/rust-lld-compress-debug-sections/rmake.rs b/tests/run-make/rust-lld-compress-debug-sections/rmake.rs index cf86713c83b5..901503f40e84 100644 --- a/tests/run-make/rust-lld-compress-debug-sections/rmake.rs +++ b/tests/run-make/rust-lld-compress-debug-sections/rmake.rs @@ -25,7 +25,8 @@ fn check_compression(compression: &str, to_find: &str) { assert_contains( stderr, format!( - "LLVM was not built with LLVM_ENABLE_{to_find} or did not find {compression} at build time" + "\ +LLVM was not built with LLVM_ENABLE_{to_find} or did not find {compression} at build time" ), ); }