Skip to content

Commit 980ca0b

Browse files
committed
fixup! fix breakpoint location
1 parent 87cd9ad commit 980ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %clang_host -c -g -fno-common %s -o %t.o
1010
// RUN: %clang_host %t.o -o %t.out
1111
// RUN: %lldb -b -x %t.out \
12-
// RUN: -o "b 17" \
12+
// RUN: -o "b 27" \
1313
// RUN: -o "run" \
1414
// RUN: -o "p OglobalVar" \
1515
// RUN: -o "p Oabc" | FileCheck %s

0 commit comments

Comments
 (0)