Fix non-Windows builds

BUG=

Review URL: https://codereview.chromium.org/1410783005 .
This commit is contained in:
John McCutchan 2015-11-04 07:05:12 -08:00
parent 791941a170
commit 6f9a2f7cb9

View file

@ -125,8 +125,10 @@ static int Main(int argc, const char** argv) {
ASSERT(err_msg == NULL);
}
#if defined(TARGET_OS_WINDOWS)
// TODO(zra): Remove once VM shuts down cleanly.
private_flag_windows_run_tls_destructors = false;
#endif
// Print a warning message if no tests or benchmarks were matched.
if (run_matches == 0) {