diff --git a/lldb/test/Shell/Breakpoint/invalid-condition.test b/lldb/test/Shell/Breakpoint/invalid-condition.test index 5990600a9560c..91ae2ca05428a 100644 --- a/lldb/test/Shell/Breakpoint/invalid-condition.test +++ b/lldb/test/Shell/Breakpoint/invalid-condition.test @@ -1,3 +1,4 @@ +# UNSUPPORTED: system-windows # RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out # RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s