From fa004b86feea05df0f66c3203e5b88ce266e726d Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sat, 22 Jun 2024 20:40:23 +0200 Subject: [PATCH] Switch to implementation independent macro GitOrigin-RevId: dec8e1cbf9385246eb47fb0df8cba3c3337e1c8c --- devertexwahn/core/logging_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devertexwahn/core/logging_test.cpp b/devertexwahn/core/logging_test.cpp index 19c1a973..e97cd1b9 100644 --- a/devertexwahn/core/logging_test.cpp +++ b/devertexwahn/core/logging_test.cpp @@ -13,7 +13,7 @@ using namespace de_vertexwahn; // The following test are failing on Windows in fastbuild and opt build mode. // dbg mode works. // For now, those test are exclude on Windows -#ifndef BOOST_OS_WINDOWS +#ifndef DE_VERTEXWAHN_OS_WINDOWS TEST(Logging, HelloWorldVerbose) { testing::internal::CaptureStdout();