aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c')
-rw-r--r--lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c b/lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c
index 62c0162..8f1bb62 100644
--- a/lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c
+++ b/lldb/test/Shell/Expr/TestGlobalSymbolObjCConflict.c
@@ -1,3 +1,5 @@
+// XFAIL: target-windows
+
// Tests that LLDB correctly parses global symbols
// starting with 'O'. On some platforms (e.g., Darwin)
// C-symbols are prefixed with a '_'. The LLDB Macho-O
@@ -9,7 +11,7 @@
// RUN: %clang_host -c -g -fno-common %s -o %t.o
// RUN: %clang_host %t.o -o %t.out
// RUN: %lldb -b -x %t.out \
-// RUN: -o "b 27" \
+// RUN: -o "b 29" \
// RUN: -o "run" \
// RUN: -o "p OglobalVar" \
// RUN: -o "p Oabc" | FileCheck %s