| Index: test/cctest/compiler/test-run-jsbranches.cc
|
| diff --git a/test/cctest/compiler/test-run-jsbranches.cc b/test/cctest/compiler/test-run-jsbranches.cc
|
| index 5a7bdb9b4ae2fb544f89267e4e085acc1fdf2ecc..9246acb1460c52129fafe344eb23cb9f5e70067b 100644
|
| --- a/test/cctest/compiler/test-run-jsbranches.cc
|
| +++ b/test/cctest/compiler/test-run-jsbranches.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"
|
|
|