forked from OSchip/llvm-project
[test] Use correct macro in FileCollectorTest.cpp
This test was supposed to be skipped on Windows but was using the wrong macro name. llvm-svn: 352556
This commit is contained in:
parent
f9027e554a
commit
7d2192ca7b
|
@ -151,7 +151,7 @@ TEST(FileCollectorTest, CopyFiles) {
|
|||
EXPECT_FALSE(ec);
|
||||
}
|
||||
|
||||
#ifndef WINDOWS
|
||||
#ifndef _WIN32
|
||||
TEST(FileCollectorTest, Symlinks) {
|
||||
// Root where the original files live.
|
||||
ScopedDir file_root("file_root", true);
|
||||
|
|
Loading…
Reference in New Issue