summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lit/Process/TestEnvironment.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Process/TestEnvironment.test b/lldb/lit/Process/TestEnvironment.test
index 8bbf8767f33..355feb306cd 100644
--- a/lldb/lit/Process/TestEnvironment.test
+++ b/lldb/lit/Process/TestEnvironment.test
@@ -1,3 +1,5 @@
+UNSUPPORTED: system-windows
+
The double quotes around "BAR" ensure we don't match the command.
RUN: %clangxx -std=c++11 %p/Inputs/env.cpp -o %t
OpenPOWER on IntegriCloud