diff options
Diffstat (limited to 'test/Format/style-on-command-line.cpp')
-rw-r--r-- | test/Format/style-on-command-line.cpp | 4 |
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 2e757cc..3f4f77a 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 |