| Index: test/cctest/test-atomicops.cc
|
| diff --git a/test/cctest/test-atomicops.cc b/test/cctest/test-atomicops.cc
|
| index 4a59ba68e364cd8d14d097ff2ec904dd46dc77f5..4c56fb2dd122cb9d151933f59c6d30e599cd86c9 100644
|
| --- a/test/cctest/test-atomicops.cc
|
| +++ b/test/cctest/test-atomicops.cc
|
| @@ -25,6 +25,9 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +// TODO(jochen): Remove this after the setting is turned on globally.
|
| +#define V8_IMMINENT_DEPRECATION_WARNINGS
|
| +
|
| #include "src/v8.h"
|
|
|
| #include "src/base/atomicops.h"
|
|
|