We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1a127 commit e7dced4Copy full SHA for e7dced4
lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
@@ -4,8 +4,7 @@
4
// REQUIRES: system-darwin
5
// RUN: %clang_host %s -g -c -o %t.o
6
// 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
+// RUN: %lldb %t -o "breakpoint set -f %s -l 10" -o run -o exit | FileCheck %s
8
// CHECK: stop reason = breakpoint
9
10
-
11
int main() { return 0; }
0 commit comments