Disable style-on-command-line test on Windows

llvm-svn: 239416
This commit is contained in:
Reid Kleckner 2015-06-09 17:47:59 +00:00
parent 65870442b3
commit f8439940ef
1 changed files with 4 additions and 0 deletions

View 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