Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Unified Diff: test/cctest/compiler/graph-tester.h

Issue 1115603003: [test] Remove deprecated cctest/test-node-algorithm tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/compiler/test-graph-visualizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/graph-tester.h
diff --git a/test/cctest/compiler/graph-tester.h b/test/cctest/compiler/graph-tester.h
index e56924540b386be5426cbb91565c765fba7da699..4642588175ec75a8852c720066c8854a66cee607 100644
--- a/test/cctest/compiler/graph-tester.h
+++ b/test/cctest/compiler/graph-tester.h
@@ -20,23 +20,8 @@ class GraphTester : public HandleAndZoneScope, public Graph {
GraphTester() : Graph(main_zone()) {}
};
-
-class GraphWithStartNodeTester : public GraphTester {
- public:
- explicit GraphWithStartNodeTester(int num_parameters = 0)
- : builder_(main_zone()),
- start_node_(NewNode(builder_.Start(num_parameters))) {
- SetStart(start_node_);
- }
-
- Node* start_node() { return start_node_; }
-
- private:
- CommonOperatorBuilder builder_;
- Node* start_node_;
-};
-}
-}
-} // namespace v8::internal::compiler
+} // namespace compiler
+} // namespace internal
+} // namespace v8
#endif // V8_CCTEST_COMPILER_GRAPH_TESTER_H_
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/compiler/test-graph-visualizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698