================
Comment at: unittests/Format/FormatTest.h:28
@@ +27,3 @@
+
+class FormatTest : public ::testing::Test {
+protected:
----------------
I think you should have two separate test classes in each implementation and
just pull out common functionality into this header.http://llvm-reviews.chandlerc.com/D2307 BRANCH svn ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
