Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 19492a53278f5fdb714633a941775f7a94945ab5..9e32638c46504d731e0f40b157484f3ae5560009 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -39,7 +39,7 @@ |
#include "parser.h" |
#include "unicode-inl.h" |
-static const bool kLogThreading = true; |
+static const bool kLogThreading = false; |
static bool IsNaN(double x) { |
#ifdef WIN32 |