aboutsummaryrefslogtreecommitdiff
path: root/test/Format/style-on-command-line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Format/style-on-command-line.cpp')
-rw-r--r--test/Format/style-on-command-line.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Format/style-on-command-line.cpp b/test/Format/style-on-command-line.cpp
index 2e757cc92a55..3f4f77ad0c31 100644
--- a/test/Format/style-on-command-line.cpp
+++ b/test/Format/style-on-command-line.cpp
@@ -29,3 +29,7 @@ void f() {
int*i;
int j;
}
+
+// On Windows, the 'rm' commands fail when the previous process is still alive.
+// This happens enough to make the test useless.
+// REQUIRES: shell