]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239416 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 2e757cc92a55159b26ddac50cef79bd8e3b83b3b..3f4f77ad0c31ff48be720f2336b33bcb77241f8e 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