Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1499)

Unified Diff: test/cctest/test-api.cc

Issue 104793005: Fix compilation error introduced by r18363. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 953be8dcd54c2453cbeebcdb2d6d49146c7c1b74..af4eef2adb80c9d7ebfb5f65a6a7da688bc2dc37 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -21040,9 +21040,6 @@ class RequestInterruptTestBase {
virtual void TestBody() = 0;
void RunTest() {
- i::FLAG_print_opt_code = true;
- i::FLAG_code_comments = true;
- i::FLAG_print_code_stubs = true;
InterruptThread i_thread(this);
i_thread.Start();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698