================
Comment at: unittests/Format/FormatTestJS.cpp:16
@@ +15,3 @@
+TEST_F(FormatTest, UnderstandsJavaScriptOperators) {
+  FormatStyle JS = getLLVMStyle();
+  FormatStyle JS10Columns = getLLVMStyleWithColumns(10);
----------------
Can be done in a subsequent patch, but it would probably be nice if we didn't 
have to specify the language in every single test in this file.


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

Reply via email to