Skip to content

Commit 4a18a5b

Browse files
committed
Change first test to be CHECK: to make the test run.
1 parent 6556c61 commit 4a18a5b

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,7 +13,7 @@
1313
__attribute__((section("1,__text_foo"))) void foo() {}
1414
int main (int argc, char const *argv[]) { return argc; }
1515

16-
// CHECK-NEXT: __debug_abbrev
16+
// CHECK: __debug_abbrev
1717
// CHECK-NEXT: __debug_info
1818
// CHECK-NEXT: __debug_str
1919
// CHECK-NEXT: __debug_ranges

0 commit comments

Comments
 (0)