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 |