| Index: test/cctest/test-serialize.cc
|
| diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
|
| index 15c587b22595a1f2dc10eaba32a4aeb4d437a265..48debe0be4e4f5262a03e0b14faf564f1f40cf9a 100644
|
| --- a/test/cctest/test-serialize.cc
|
| +++ b/test/cctest/test-serialize.cc
|
| @@ -933,7 +933,7 @@ TEST(SerializeToplevelThreeBigStrings) {
|
| isolate->factory()->NewFunctionFromSharedFunctionInfo(
|
| copy, isolate->native_context());
|
|
|
| - Execution::Call(isolate, copy_fun, global, 0, NULL);
|
| + USE(Execution::Call(isolate, copy_fun, global, 0, NULL));
|
|
|
| CHECK_EQ(600000 + 700000, CompileRun("(a + b).length")->Int32Value());
|
| CHECK_EQ(500000 + 600000, CompileRun("(b + c).length")->Int32Value());
|
|
|