| Index: test/cctest/compiler/test-run-jsops.cc
|
| diff --git a/test/cctest/compiler/test-run-jsops.cc b/test/cctest/compiler/test-run-jsops.cc
|
| index 56ac31cbc987663dcd3b113872ecbc2340b9b124..927d7fbeb57771c6ba1e5e7a989ab4885d499d81 100644
|
| --- a/test/cctest/compiler/test-run-jsops.cc
|
| +++ b/test/cctest/compiler/test-run-jsops.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"
|
|
|