Skip to content

Commit f9acb06

Browse files
authored
[debuginfo-tests] Update line numbers in llgdb-tests/nrvo-string.cpp (llvm#188901)
Update the line numbers in llgdb-tests/nrvo-string.cpp for llvm#188780 which shifts the file by 6 lines.
1 parent e55fb5d commit f9acb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross-project-tests/debuginfo-tests/llgdb-tests/nrvo-string.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct string {
2525
string __attribute__((noinline)) get_string() {
2626
string unused;
2727
string result = 3;
28-
// DEBUGGER: break 23
28+
// DEBUGGER: break 29
2929
stop();
3030
return result;
3131
}
@@ -41,7 +41,7 @@ string2 __attribute__((noinline)) get_string2() {
4141
some_function(result.i);
4242
// Test that the debugger can get the value of result after another
4343
// function is called.
44-
// DEBUGGER: break 39
44+
// DEBUGGER: break 45
4545
stop();
4646
return result;
4747
}

0 commit comments

Comments
 (0)