about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonaeAkira <longtruong2411@gmail.com>2025-03-14 01:45:10 +0100
committerKonaeAkira <longtruong2411@gmail.com>2025-03-14 01:45:10 +0100
commitccde0a22035dee21373c5c7f47c50aaa484ba70e (patch)
treede91e439cc201b495645286bd5dcae307b4ff10f
parent82a79b99e1279ad72cb93c2ad10c6be1facaca4a (diff)
downloadrust-ccde0a22035dee21373c5c7f47c50aaa484ba70e.tar.gz
rust-ccde0a22035dee21373c5c7f47c50aaa484ba70e.zip
Fix formatting (line too long)
-rw-r--r--tests/codegen/issues/issue-129795.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/codegen/issues/issue-129795.rs b/tests/codegen/issues/issue-129795.rs
index 7346227c53f..dc64ee35c97 100644
--- a/tests/codegen/issues/issue-129795.rs
+++ b/tests/codegen/issues/issue-129795.rs
@@ -2,7 +2,8 @@
 //@ min-llvm-version: 20
 #![crate_type = "lib"]
 
-// Ensure that a modulo operation with an operand that is known to be a power-of-two is properly optimized.
+// Ensure that a modulo operation with an operand that is known to be
+// a power-of-two is properly optimized.
 
 // CHECK-LABEL: @modulo_with_power_of_two_divisor
 // CHECK: add i64 %divisor, -1