Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change first test to be CHECK: to make the test run.
  • Loading branch information
jasonmolenda committed Feb 7, 2020
1 parent 6556c61 commit 4a18a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debuginfo-tests/llgdb-tests/apple-accel.cpp
Expand Up @@ -13,7 +13,7 @@
__attribute__((section("1,__text_foo"))) void foo() {}
int main (int argc, char const *argv[]) { return argc; }

// CHECK-NEXT: __debug_abbrev
// CHECK: __debug_abbrev
// CHECK-NEXT: __debug_info
// CHECK-NEXT: __debug_str
// CHECK-NEXT: __debug_ranges
Expand Down

0 comments on commit 4a18a5b

Please sign in to comment.