| Index: test/cctest/compiler/test-multiple-return.cc
|
| diff --git a/test/cctest/compiler/test-multiple-return.cc b/test/cctest/compiler/test-multiple-return.cc
|
| index 2108ab1302bd64ea5365ad8f1641bda968c25b89..53bae5e0f37a6012964b2cef4417d1ee51cfee96 100644
|
| --- a/test/cctest/compiler/test-multiple-return.cc
|
| +++ b/test/cctest/compiler/test-multiple-return.cc
|
| @@ -85,7 +85,8 @@ TEST(ReturnThreeValues) {
|
| Node* mul = m.Int32Mul(p0, p1);
|
| m.Return(add, sub, mul);
|
|
|
| - CompilationInfo info("testing", handles.main_isolate(), handles.main_zone());
|
| + CompilationInfo info(ArrayVector("testing"), handles.main_isolate(),
|
| + handles.main_zone());
|
| Handle<Code> code =
|
| Pipeline::GenerateCodeForTesting(&info, desc, m.graph(), m.Export());
|
| #ifdef ENABLE_DISASSEMBLER
|
|
|