summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/compiler/test-pipeline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/compiler/test-pipeline.cc')
-rw-r--r--deps/v8/test/cctest/compiler/test-pipeline.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/test/cctest/compiler/test-pipeline.cc b/deps/v8/test/cctest/compiler/test-pipeline.cc
index c00fa6a331..f4ffd02296 100644
--- a/deps/v8/test/cctest/compiler/test-pipeline.cc
+++ b/deps/v8/test/cctest/compiler/test-pipeline.cc
@@ -2,13 +2,10 @@
// 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.h"
#include "src/compiler/pipeline.h"
#include "src/handles.h"
-#include "src/parser.h"
+#include "src/parsing/parser.h"
#include "test/cctest/cctest.h"
namespace v8 {