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

Unified Diff: test/unittests/compiler/control-equivalence-unittest.cc

Issue 1368913002: [turbofan] Check node input/use consistency for changed operators and new nodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test tweak Created 5 years, 3 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/compiler/test-osr.cc ('k') | test/unittests/compiler/diamond-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler/control-equivalence-unittest.cc
diff --git a/test/unittests/compiler/control-equivalence-unittest.cc b/test/unittests/compiler/control-equivalence-unittest.cc
index 47be5407f720cd0d209973dc6239d3c6c639b22e..caed2e5bd5c76258d58bb7ca533b08af1a3d6d17 100644
--- a/test/unittests/compiler/control-equivalence-unittest.cc
+++ b/test/unittests/compiler/control-equivalence-unittest.cc
@@ -105,15 +105,6 @@ TEST_F(ControlEquivalenceTest, Empty1) {
}
-TEST_F(ControlEquivalenceTest, Empty2) {
- Node* start = graph()->start();
- Node* end = End(start);
Michael Starzinger 2015/09/25 08:06:49 Removing this is fine with me. If you want to pres
Jarin 2015/09/25 08:13:33 Done.
- ComputeEquivalence(end);
-
- ASSERT_EQUIVALENCE(start, end);
-}
-
-
TEST_F(ControlEquivalenceTest, Diamond1) {
Node* start = graph()->start();
Node* b = Branch(start);
« no previous file with comments | « test/cctest/compiler/test-osr.cc ('k') | test/unittests/compiler/diamond-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698