Revision: 18364
Author:   [email protected]
Date:     Wed Dec 18 19:01:02 2013 UTC
Log:      Fix compilation error introduced by r18363.

Remove debugging related code.

[email protected]

Review URL: https://codereview.chromium.org/104793005
http://code.google.com/p/v8/source/detail?r=18364

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Wed Dec 18 18:38:35 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-api.cc Wed Dec 18 19:01:02 2013 UTC
@@ -21040,9 +21040,6 @@
   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();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to