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

Unified Diff: tests/GrUnitTests.cpp

Issue 148653002: Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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 | « tests/GrRedBlackTreeTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/GrUnitTests.cpp
diff --git a/tests/GrUnitTests.cpp b/tests/GrUnitTests.cpp
index 5281c1b42746bcd7b702f0c2111e83f39db67953..ddb5ead6c088a33f3dfa131445a0bfa086b90759 100644
--- a/tests/GrUnitTests.cpp
+++ b/tests/GrUnitTests.cpp
@@ -68,4 +68,9 @@
}
+DEF_TEST(GrUnitTests_redBlackTree, reporter) {
+ // TODO(mtklein): unwrap this and use reporter.
+ GrRedBlackTree<int>::UnitTest();
+}
+
#endif
« no previous file with comments | « tests/GrRedBlackTreeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698