forked from OSchip/llvm-project
[lldb] Skip invalid-condition.test on Windows
This test is making the Windows bot unhappy. Unfortunately the output doesn't tell me much about what exactly is wrong.
This commit is contained in:
parent
2edac9d962
commit
7ed1abd4a6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue