Index: test/cctest/interpreter/test-interpreter.cc |
diff --git a/test/cctest/interpreter/test-interpreter.cc b/test/cctest/interpreter/test-interpreter.cc |
index c7e96cf8ffe470aee36b3448911283b709e2b9e4..26c11890f52d7b1b2cfbf027f6249b506c36e94f 100644 |
--- a/test/cctest/interpreter/test-interpreter.cc |
+++ b/test/cctest/interpreter/test-interpreter.cc |
@@ -423,7 +423,7 @@ TEST(InterpreterStringAdd) { |
.Return(); |
Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(isolate); |
- InterpreterTester tester(isolate, bytecode_array); |
+ InterpreterTester tester(isolate, bytecode_array, vector); |
auto callable = tester.GetCallable<>(); |
Handle<Object> return_value = callable().ToHandleChecked(); |
CHECK(return_value->SameValue(*test_cases[i].expected_value)); |