| Index: test/cctest/compiler/test-simplified-lowering.cc
|
| diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc
|
| index 4d6aab3ca106e4b8d2ae6e59699788b760059ae7..18f4136b904de49f8d6906be929c3c8d260d0a2e 100644
|
| --- a/test/cctest/compiler/test-simplified-lowering.cc
|
| +++ b/test/cctest/compiler/test-simplified-lowering.cc
|
| @@ -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) {
|
|
|