Skip to content

Commit ecfb332

Browse files
committed
Fix noalias box test
1 parent 5ce1a00 commit ecfb332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/noalias-box-off.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#![crate_type = "lib"]
44

55
// CHECK-LABEL: @box_should_not_have_noalias_if_disabled(
6-
// CHECK-NOT: noalias
6+
// CHECK-NOT: noalias{{.*}}%
77
#[no_mangle]
88
pub fn box_should_not_have_noalias_if_disabled(_b: Box<u8>) {}

0 commit comments

Comments
 (0)