| Index: test/cctest/compiler/test-basic-block-profiler.cc
|
| diff --git a/test/cctest/compiler/test-basic-block-profiler.cc b/test/cctest/compiler/test-basic-block-profiler.cc
|
| index 7d7690bad693f35d774c9cd603c725702ea16ed3..9182f17a705e1db6e3090f1458b73e5251eda953 100644
|
| --- a/test/cctest/compiler/test-basic-block-profiler.cc
|
| +++ b/test/cctest/compiler/test-basic-block-profiler.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 "src/basic-block-profiler.h"
|
|
|