Commit e39f0535 authored by whesse@chromium.org's avatar whesse@chromium.org

Disable logging for the Threading test in cctest/test-api by default.

BUG=
TEST=test-api/Threading

Review URL: http://codereview.chromium.org/6893050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7684 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent db2cb44b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment