Skip to content

Commit fffe93a

Browse files
[LLDB] Fix deterministic-build.cpp post #156931 (#156983)
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 927eba2 commit fffe93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// REQUIRES: system-darwin
55
// RUN: %clang_host %s -g -c -o %t.o
66
// RUN: env ZERO_AR_DATE=1 %clang_host %t.o -g -o %t
7-
// RUN: %lldb %t -o "breakpoint set -f %s -l 11" -o run -o exit | FileCheck %s
7+
// RUN: %lldb %t -o "breakpoint set -f %s -l 10" -o run -o exit | FileCheck %s
88
// CHECK: stop reason = breakpoint
99

1010
int main() { return 0; }

0 commit comments

Comments
 (0)