| Index: test/cctest/test-bignum-dtoa.cc
|
| diff --git a/test/cctest/test-bignum-dtoa.cc b/test/cctest/test-bignum-dtoa.cc
|
| index 800a3ab9c9edaa19b52b9227251e8ac11ea643df..dcabb5b2246d395e5125f47e09fc91949cb6a137 100644
|
| --- a/test/cctest/test-bignum-dtoa.cc
|
| +++ b/test/cctest/test-bignum-dtoa.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 <stdlib.h>
|
|
|
| #include "src/v8.h"
|
|
|