| Index: test/cctest/compiler/test-run-properties.cc
|
| diff --git a/test/cctest/compiler/test-run-properties.cc b/test/cctest/compiler/test-run-properties.cc
|
| index f2d72e4c4edbabc24019625ce6f2de3c352a5c7c..81e19979c0a1de1f9c0c3fa4383f47e533f4886a 100644
|
| --- a/test/cctest/compiler/test-run-properties.cc
|
| +++ b/test/cctest/compiler/test-run-properties.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 "src/v8.h"
|
|
|
| #include "test/cctest/compiler/function-tester.h"
|
|
|