Revision: 23078
Author:   [email protected]
Date:     Tue Aug 12 12:41:50 2014 UTC
Log:      Fix presubmit error with explicit constructor in test.

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-simplified-lowering.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-simplified-lowering.cc Tue Aug 12 12:20:39 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-simplified-lowering.cc Tue Aug 12 12:41:50 2014 UTC
@@ -614,7 +614,7 @@
   Node* end;
   Node* ret;

-  TestingGraph(Type* p0_type, Type* p1_type = Type::None())
+  explicit TestingGraph(Type* p0_type, Type* p1_type = Type::None())
       : GraphAndBuilders(main_zone()),
         typer(main_zone()),
         jsgraph(graph(), common(), &typer) {

--
--
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/d/optout.

Reply via email to