Index: test/cctest/interpreter/test-interpreter.cc |
diff --git a/test/cctest/interpreter/test-interpreter.cc b/test/cctest/interpreter/test-interpreter.cc |
index 23fd448065f35d01923d420842643b5f2794e482..df14c95acdc3ce18f7265c256a8e89ab34144a5d 100644 |
--- a/test/cctest/interpreter/test-interpreter.cc |
+++ b/test/cctest/interpreter/test-interpreter.cc |
@@ -501,7 +501,7 @@ TEST(InterpreterParameter8) { |
.Return(); |
Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); |
- InterpreterTester tester(handles.main_isolate(), bytecode_array); |
+ InterpreterTester tester(handles.main_isolate(), bytecode_array, vector); |
typedef Handle<Object> H; |
auto callable = tester.GetCallable<H, H, H, H, H, H, H, H>(); |