| Index: test/cctest/compiler/test-multiple-return.cc
|
| diff --git a/test/cctest/compiler/test-multiple-return.cc b/test/cctest/compiler/test-multiple-return.cc
|
| index a6ee1c8da7b32e67b5597d8d4a0bd96a5d663e8d..9c656eefb0e016ab74375f7b013477161afdde45 100644
|
| --- a/test/cctest/compiler/test-multiple-return.cc
|
| +++ b/test/cctest/compiler/test-multiple-return.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 <cmath>
|
| #include <functional>
|
| #include <limits>
|
|
|