| Index: test/cctest/test-inobject-slack-tracking.cc
|
| diff --git a/test/cctest/test-inobject-slack-tracking.cc b/test/cctest/test-inobject-slack-tracking.cc
|
| index 5fdebb124ed9249d97fab6617a95006025cb22e1..cba468054c85ff7d14b6776e153628d6bc53e1c8 100644
|
| --- a/test/cctest/test-inobject-slack-tracking.cc
|
| +++ b/test/cctest/test-inobject-slack-tracking.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 <sstream>
|
| #include <utility>
|
|
|