]> granicus.if.org Git - clang/commitdiff
Typo
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 5 Jan 2017 17:59:44 +0000 (17:59 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 5 Jan 2017 17:59:44 +0000 (17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291148 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/FormatTestJS.cpp

index 90c99317bd79c3f93a8ff1732cb0ac35394a0c7c..59f4a4f6dcfe01e3be235d38fc91998c95afd5b1 100644 (file)
@@ -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"