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 de2713a5acefc3be9ccb2a08cffdc89fb1e400cb..7ec54f76abc02a2e380a4fc0e25665e75f70bacb 100644 |
--- a/test/cctest/compiler/graph-builder-tester.h |
+++ b/test/cctest/compiler/graph-builder-tester.h |
@@ -277,7 +277,7 @@ class GraphBuilderTester : public HandleAndZoneScope, |
Zone* zone = graph()->zone(); |
CallDescriptor* desc = |
Linkage::GetSimplifiedCDescriptor(zone, this->csig_); |
- CompilationInfo info("testing", main_isolate(), main_zone()); |
+ CompilationInfo info(ArrayVector("testing"), main_isolate(), main_zone()); |
code_ = Pipeline::GenerateCodeForTesting(&info, desc, graph()); |
#ifdef ENABLE_DISASSEMBLER |
if (!code_.is_null() && FLAG_print_opt_code) { |