| Index: test/cctest/compiler/graph-builder-tester.h
|
| diff --git a/test/cctest/compiler/graph-builder-tester.h b/test/cctest/compiler/graph-builder-tester.h
|
| index c870a3e84e52269251b011a0354cf16699d4c548..d5b1b49861474e20251b3d7d9ecce870fa67f49e 100644
|
| --- a/test/cctest/compiler/graph-builder-tester.h
|
| +++ b/test/cctest/compiler/graph-builder-tester.h
|
| @@ -279,7 +279,8 @@ class GraphBuilderTester : public HandleAndZoneScope,
|
| Zone* zone = graph()->zone();
|
| CallDescriptor* desc =
|
| Linkage::GetSimplifiedCDescriptor(zone, this->csig_);
|
| - CompilationInfo info(ArrayVector("testing"), main_isolate(), main_zone());
|
| + CompilationInfo info(ArrayVector("testing"), main_isolate(), main_zone(),
|
| + Code::ComputeFlags(Code::STUB));
|
| code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph());
|
| #ifdef ENABLE_DISASSEMBLER
|
| if (!code_.is_null() && FLAG_print_opt_code) {
|
|
|