Fix unqualified WEX::Logging::Log breaking release builds (#41315)
Blue committed
Aug 11, 2026 at 21:27 UTC
ed4bfccb80bce4e8de33f00d54bcbc124305d6b9
1 file changed
+1
-1
test/windows/InstallerTests.cpp
+1
-1
@@ -751,7 +751,7 @@ class InstallerTests
751
TEST_METHOD(MsiUpgradeFailureRestoresFiles)
752
{
753
#ifdef WSL_OFFICIAL_BUILD
754
- Log::Comment(L"TestSkipped: This test case requires the test-only WslTestForceInstallFailure CA");
754
+ WEX::Logging::Log::Comment(L"TestSkipped: This test case requires the test-only WslTestForceInstallFailure CA");
755
return;
756
#else
757
// End-to-end rollback test: install an older version, then attempt a major