Commit 0e77a31c authored by titzer@chromium.org's avatar titzer@chromium.org

Fix presubmit error with explicit constructor in test.

R=mstarzinger@chromium.org
BUG=

Review URL: https://codereview.chromium.org/462813003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23078 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent dae1e1ea
......@@ -614,7 +614,7 @@ class TestingGraph : public HandleAndZoneScope, public GraphAndBuilders {
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) {
......
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