[clang] 4ec2a26 - Fix clang test build
Sanne Wouda via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 29 05:03:48 PST 2020
Author: Sanne Wouda
Date: 2020-01-29T13:03:27Z
New Revision: 4ec2a267321124a7fe8efe794ce40da67ce1d6bd
URL: https://github.com/llvm/llvm-project/commit/4ec2a267321124a7fe8efe794ce40da67ce1d6bd
DIFF: https://github.com/llvm/llvm-project/commit/4ec2a267321124a7fe8efe794ce40da67ce1d6bd.diff
LOG: Fix clang test build
Added:
Modified:
clang/unittests/Format/FormatTest.cpp
Removed:
################################################################################
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp
index 63f83f7ca23c..ea064305091a 100644
--- a/clang/unittests/Format/FormatTest.cpp
+++ b/clang/unittests/Format/FormatTest.cpp
@@ -13036,7 +13036,7 @@ TEST_F(FormatTest, ParsesConfigurationWithLanguages) {
EXPECT_EQ(parseConfiguration("BinPackArguments: true\n"
"InsertTrailingCommas: Wrapped",
&BinPackedTCS),
- ParseError::BinBackTrailingCommaConflict);
+ ParseError::BinPackTrailingCommaConflict);
EXPECT_EQ(12u, Style.IndentWidth);
CHECK_PARSE("IndentWidth: 56", IndentWidth, 56u);
EXPECT_EQ(FormatStyle::LK_Cpp, Style.Language);
More information about the cfe-commits
mailing list