Skip to content

Commit e7dced4

Browse files
Fix formatting
1 parent aa1a127 commit e7dced4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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

10-
1110
int main() { return 0; }

0 commit comments

Comments
 (0)