Skip to content

Commit aa1a127

Browse files
[LLDB] Fix deterministic-build.cpp post #156931
This test was brokem by migrating to the lit internal shell due to a lack of env prefix for setting environment variables. This was fixed in prevented the breakpoint in the test from mapping to anything, causing the test to file. This patch restores the original line numbering.
1 parent 556ff19 commit aa1a127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
// RUN: %lldb %t -o "breakpoint set -f %s -l 11" -o run -o exit | FileCheck %s
88
// CHECK: stop reason = breakpoint
99

10+
1011
int main() { return 0; }

0 commit comments

Comments
 (0)