r291148 - Typo
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 5 09:59:44 PST 2017
Author: joerg
Date: Thu Jan 5 11:59:44 2017
New Revision: 291148
URL: http://llvm.org/viewvc/llvm-project?rev=291148&view=rev
Log:
Typo
Modified:
cfe/trunk/unittests/Format/FormatTestJS.cpp
Modified: cfe/trunk/unittests/Format/FormatTestJS.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTestJS.cpp?rev=291148&r1=291147&r2=291148&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTestJS.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTestJS.cpp Thu Jan 5 11:59:44 2017
@@ -541,8 +541,8 @@ TEST_F(FormatTestJS, FunctionLiterals) {
" foo();\n"
" bar();\n"
" },\n"
- " this, arg1IsReallyLongAndNeeedsLineBreaks,\n"
- " arg3IsReallyLongAndNeeedsLineBreaks);");
+ " this, arg1IsReallyLongAndNeedsLineBreaks,\n"
+ " arg3IsReallyLongAndNeedsLineBreaks);");
verifyFormat("var closure = goog.bind(function() { // comment\n"
" foo();\n"
" bar();\n"
More information about the cfe-commits
mailing list