Update test_loaders.cpp

This commit is contained in:
Gabi Melman 2019-12-22 08:58:36 +02:00 committed by GitHub
parent 0b55e2c332
commit 2544fca519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ TEST_CASE("env", "[loaders]")
{
spdlog::drop("l1");
auto l1 = spdlog::create<spdlog::sinks::test_sink_st>("l1");
#ifdef _MSVC
#ifdef _MSC_VER
_putenv_s("SPDLOG_LEVEL", "l1=warn");
#else
setenv("SPDLOG_LEVEL", "l1=warn", 1);