Skip to content

Commit 20118ec

Browse files
committed
Fix cstring-merging test for arm
1 parent 8c00be9 commit 20118ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assembly/cstring-merging.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use std::ffi::CStr;
66

7-
// CHECK: .section .rodata.str1.1,"aMS",@progbits,1
7+
// CHECK: .section .rodata.str1.1,"aMS"
88
// CHECK: .Lanon.{{.+}}:
99
// CHECK-NEXT: .asciz "foo"
1010
#[unsafe(no_mangle)]

0 commit comments

Comments
 (0)