forked from OSchip/llvm-project
Skip TestDriverOptions on Windows
It's not clear to me why this is failing on Windows. Maybe it has something to do with the path? llvm-svn: 348186
This commit is contained in:
parent
c7b89f0f62
commit
97a4590b33
|
@ -1,3 +1,6 @@
|
|||
# FIXME: Find out why this fails on Windows.
|
||||
# UNSUPPORTED: system-windows
|
||||
|
||||
# Check that errors are propagated to the driver.
|
||||
|
||||
# RUN: not %lldb --capture /bogus 2>&1 | FileCheck %s --check-prefix CAPTURE
|
||||
|
|
Loading…
Reference in New Issue