Skip to content

Commit a0b6a0e

Browse files
author
Caiweiran
committed
Fix tests/assembly/dwarf-mixed-versions-lto.rs test failure on riscv64
1 parent 9748d87 commit a0b6a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/assembly/dwarf-mixed-versions-lto.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ fn main() {
1515
}
1616

1717
// CHECK: .section .debug_info
18-
// CHECK-NOT: {{\.(short|hword|2byte)}} 2
19-
// CHECK-NOT: {{\.(short|hword|2byte)}} 4
20-
// CHECK: {{\.(short|hword|2byte)}} 5
18+
// CHECK-NOT: {{\.(short|hword|2byte|half)}} 2
19+
// CHECK-NOT: {{\.(short|hword|2byte|half)}} 4
20+
// CHECK: {{\.(short|hword|2byte|half)}} 5

0 commit comments

Comments
 (0)