Disable style-on-command-line test on Windows
authorReid Kleckner <reid@kleckner.net>
Tue, 9 Jun 2015 17:47:59 +0000 (17:47 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 9 Jun 2015 17:47:59 +0000 (17:47 +0000)
llvm-svn: 239416

clang/test/Format/style-on-command-line.cpp

index 2e757cc..3f4f77a 100644 (file)
@@ -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