diff options
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/exit.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/exit.test b/lldb/test/Shell/ScriptInterpreter/Python/exit.test index 9895dc1..77271ac 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/exit.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/exit.test @@ -1,3 +1,5 @@ +# UNSUPPORTED: system-windows + # RUN: %lldb -o 'script quit' | FileCheck %s --check-prefix SILENT # RUN: %lldb -o 'script quit()' | FileCheck %s --check-prefix SILENT |