| Index: test/cctest/compiler/test-graph-visualizer.cc
|
| diff --git a/test/cctest/compiler/test-graph-visualizer.cc b/test/cctest/compiler/test-graph-visualizer.cc
|
| index 19228fa2f0664bd3b9472d3ac5291f98c77efffd..db8000d99b8c3f1293d32aa17f2ba9f7258a8c76 100644
|
| --- a/test/cctest/compiler/test-graph-visualizer.cc
|
| +++ b/test/cctest/compiler/test-graph-visualizer.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/cctest.h"
|
|
|
|
|