| Index: test/cctest/test-circular-queue.cc
|
| diff --git a/test/cctest/test-circular-queue.cc b/test/cctest/test-circular-queue.cc
|
| index a5bcb486af7626b5cbede751bd39eb560db08388..4fa93f6ac98f6409dcce52a926cdd115cf210460 100644
|
| --- a/test/cctest/test-circular-queue.cc
|
| +++ b/test/cctest/test-circular-queue.cc
|
| @@ -27,6 +27,9 @@
|
| //
|
| // Tests of the circular queue.
|
|
|
| +// TODO(jochen): Remove this after the setting is turned on globally.
|
| +#define V8_IMMINENT_DEPRECATION_WARNINGS
|
| +
|
| #include "src/v8.h"
|
|
|
| #include "src/profiler/circular-queue-inl.h"
|
|
|