Skip to content

Commit

Permalink
try to please tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Jul 12, 2024
1 parent 5570b0d commit 36ccc08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run-make/rust-lld-compress-debug-sections/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
);
}
Expand Down

0 comments on commit 36ccc08

Please sign in to comment.