Index: test/cctest/compiler/test-run-native-calls.cc |
diff --git a/test/cctest/compiler/test-run-native-calls.cc b/test/cctest/compiler/test-run-native-calls.cc |
index bfdcc0e8cacd8da74c8da76584b4b83a2d806355..a63cc8ab391f246d3e04ebc9799c2da0b97ab3cd 100644 |
--- a/test/cctest/compiler/test-run-native-calls.cc |
+++ b/test/cctest/compiler/test-run-native-calls.cc |
@@ -255,7 +255,7 @@ class Int32Signature : public MachineSignature { |
Handle<Code> CompileGraph(const char* name, CallDescriptor* desc, Graph* graph, |
Schedule* schedule = nullptr) { |
Isolate* isolate = CcTest::InitIsolateOnce(); |
- CompilationInfo info("testing", isolate, graph->zone()); |
+ CompilationInfo info(ArrayVector("testing"), isolate, graph->zone()); |
Handle<Code> code = |
Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); |
CHECK(!code.is_null()); |