diff --git a/lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit b/lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit index 7daa53ba24e0c..916ba22bb192e 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit +++ b/lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit @@ -1,3 +1,3 @@ -break set -f break-by-line.cpp -l 14 +break set -f break-by-line.cpp -l 15 break list quit diff --git a/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp b/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp index 1ed4f6e781c18..f68b421147ed1 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp @@ -23,5 +23,5 @@ int main(int argc, char **argv) { // CHECK: (lldb) target create "{{.*}}break-by-line.cpp.tmp.exe" // CHECK: Current executable set to '{{.*}}break-by-line.cpp.tmp.exe' -// CHECK: (lldb) break set -f break-by-line.cpp -l 14 -// CHECK: Breakpoint 1: where = break-by-line.cpp.tmp.exe`NS::NamespaceFn + {{[0-9]+}} at break-by-line.cpp:14 +// CHECK: (lldb) break set -f break-by-line.cpp -l 15 +// CHECK: Breakpoint 1: where = break-by-line.cpp.tmp.exe`NS::NamespaceFn + {{[0-9]+}} at break-by-line.cpp:15 diff --git a/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp b/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp index b51350ed379b5..dc8f18706925d 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp @@ -8,7 +8,6 @@ // RUN: %p/Inputs/source-list.lldbinit | FileCheck %s - // Some context lines before // the function.