Skip to content

Commit 8ebb4d6

Browse files
authored
Internally remove workaround in Dev09_056375_locale_cleanup (#5103)
1 parent 9b8a09a commit 8ebb4d6

File tree

1 file changed

+2
-2
lines changed
  • tests/std/tests/Dev09_056375_locale_cleanup

1 file changed

+2
-2
lines changed

tests/std/tests/Dev09_056375_locale_cleanup/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ void test_dll() {
8383
TheFuncProc pFunc = reinterpret_cast<TheFuncProc>(GetProcAddress(hLibrary, "DllTest"));
8484
assert(pFunc != nullptr);
8585
pFunc();
86-
#if defined(_DLL) || !defined(__SANITIZE_ADDRESS__) // TRANSITION, VSO-2046190
86+
#if defined(_MSVC_INTERNAL_TESTING) || defined(_DLL) || !defined(__SANITIZE_ADDRESS__) // TRANSITION, vs17.13p2
8787
FreeLibrary(hLibrary);
88-
#endif // defined(_DLL) || !defined(__SANITIZE_ADDRESS__)
88+
#endif // ^^^ no workaround ^^^
8989
#endif // ^^^ !defined(_M_CEE) ^^^
9090
}
9191

0 commit comments

Comments
 (0)