| 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 e375aa3b2884013ab208abc211b6ffea55642ae7..9e0a6787be587988a7f478a5bca3170cc927da8a 100644
|
| --- a/test/cctest/compiler/test-multiple-return.cc
|
| +++ b/test/cctest/compiler/test-multiple-return.cc
|
| @@ -2,9 +2,6 @@
|
| // 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>
|
|
|