Skip to content

Commit 74dd3cb

Browse files
pcwaltonerikdesjardins
authored andcommitted
Fix noalias box test
1 parent f71741b commit 74dd3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/noalias-box-off.rs

Lines changed: 1 addition & 1 deletion
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)