Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 36ccc08

Browse files
committed
try to please tidy
1 parent 5570b0d commit 36ccc08

File tree

1 file changed

+2
-1
lines changed
  • tests/run-make/rust-lld-compress-debug-sections

1 file changed

+2
-1
lines changed

tests/run-make/rust-lld-compress-debug-sections/rmake.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ fn check_compression(compression: &str, to_find: &str) {
2525
assert_contains(
2626
stderr,
2727
format!(
28-
"LLVM was not built with LLVM_ENABLE_{to_find} or did not find {compression} at build time"
28+
"\
29+
LLVM was not built with LLVM_ENABLE_{to_find} or did not find {compression} at build time"
2930
),
3031
);
3132
}

0 commit comments

Comments
 (0)