From eb11fae6d08f479c0799db45860a98af528fa6e7 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 28 Jul 2018 10:51:19 +0000 Subject: Vendor import of llvm trunk r338150: https://llvm.org/svn/llvm-project/llvm/trunk@338150 --- unittests/Support/ProcessTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unittests/Support/ProcessTest.cpp') diff --git a/unittests/Support/ProcessTest.cpp b/unittests/Support/ProcessTest.cpp index 37587bf47996c..c6ba35fd94158 100644 --- a/unittests/Support/ProcessTest.cpp +++ b/unittests/Support/ProcessTest.cpp @@ -10,7 +10,7 @@ #include "llvm/Support/Process.h" #include "gtest/gtest.h" -#ifdef LLVM_ON_WIN32 +#ifdef _WIN32 #include #endif @@ -45,7 +45,7 @@ TEST(ProcessTest, None) { } #endif -#ifdef LLVM_ON_WIN32 +#ifdef _WIN32 TEST(ProcessTest, EmptyVal) { SetEnvironmentVariableA("__LLVM_TEST_ENVIRON_VAR__", ""); -- cgit v1.2.3