| Index: test/cctest/compiler/test-loop-assignment-analysis.cc
|
| diff --git a/test/cctest/compiler/test-loop-assignment-analysis.cc b/test/cctest/compiler/test-loop-assignment-analysis.cc
|
| index d155ae8c72eb0e6c70348c7a7be65f49c7d6412e..05a1d74891a18ee31ad3139e783457439e8da9f9 100644
|
| --- a/test/cctest/compiler/test-loop-assignment-analysis.cc
|
| +++ b/test/cctest/compiler/test-loop-assignment-analysis.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/compiler/ast-loop-assignment-analyzer.h"
|
| #include "src/parser.h"
|
| #include "src/rewriter.h"
|
|
|