[PATCH] Create a separate file for JS-specific unit tests.

Daniel Jasper djasper at google.com
Mon Dec 2 07:57:19 PST 2013



================
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



More information about the cfe-commits mailing list