Skip to content

Commit 5752bcf

Browse files
committed
[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp test
failure after 84e5760.
1 parent 42efd35 commit 5752bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debuginfo-tests/llgdb-tests/apple-accel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
__attribute__((section("1,__text_foo"))) void foo() {}
1414
int main (int argc, char const *argv[]) { return argc; }
1515

16-
// CHECK: __debug_str
1716
// CHECK-NEXT: __debug_abbrev
1817
// CHECK-NEXT: __debug_info
18+
// CHECK-NEXT: __debug_str
1919
// CHECK-NEXT: __debug_ranges
2020
// CHECK-NEXT: __apple_names
2121
// CHECK-NEXT: __apple_objc

0 commit comments

Comments
 (0)