[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:
Jonas Devlieghere 2019-01-29 22:53:47 +00:00
parent f9027e554a
commit 7d2192ca7b
1 changed files with 1 additions and 1 deletions

View File

@ -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);