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 5c2672f8d422df1237b03203010753e2f4156488..73a79c36e4af46a9857ad9ed0a1e2a3eed960e43 100644 |
--- a/test/cctest/compiler/test-run-native-calls.cc |
+++ b/test/cctest/compiler/test-run-native-calls.cc |
@@ -242,7 +242,8 @@ class Int32Signature : public MachineSignature { |
Handle<Code> CompileGraph(const char* name, CallDescriptor* desc, Graph* graph, |
Schedule* schedule = nullptr) { |
Isolate* isolate = CcTest::InitIsolateOnce(); |
- CompilationInfo info(ArrayVector("testing"), isolate, graph->zone()); |
+ CompilationInfo info(ArrayVector("testing"), isolate, graph->zone(), |
+ Code::ComputeFlags(Code::STUB)); |
Handle<Code> code = |
Pipeline::GenerateCodeForTesting(&info, desc, graph, schedule); |
CHECK(!code.is_null()); |