| Index: test/cctest/test-ast-expression-visitor.cc
|
| diff --git a/test/cctest/test-ast-expression-visitor.cc b/test/cctest/test-ast-expression-visitor.cc
|
| index b95905e32ea32d416c3d8d96cb1781be605033c3..34c4c5303fb8f326efb6bdbb15f55dc940694ee3 100644
|
| --- a/test/cctest/test-ast-expression-visitor.cc
|
| +++ b/test/cctest/test-ast-expression-visitor.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// TODO(jochen): Remove this after the setting is turned on globally.
|
| +#define V8_IMMINENT_DEPRECATION_WARNINGS
|
| +
|
| #include <stdlib.h>
|
|
|
| #include "src/v8.h"
|
|
|