Chromium Code Reviews| Index: test/cctest/test-log.cc |
| diff --git a/test/cctest/test-log.cc b/test/cctest/test-log.cc |
| index d7cd876dd5305c5bd7e4722c481e90852fe1aae3..e9ce7e1731be076617803588b78828a44937af3b 100644 |
| --- a/test/cctest/test-log.cc |
| +++ b/test/cctest/test-log.cc |
| @@ -91,6 +91,7 @@ class ScopedLoggerInitializer { |
| i::FLAG_log = true; |
| i::FLAG_prof = true; |
| i::FLAG_logfile = i::Log::kLogToTemporaryFile; |
| + i::FLAG_logfile_per_isolate = false; |
| return false; |
| } |