[PATCH] D81388: [TEST] TreeTest.cpp - Add a comma to avoid build error with -werror
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 08:15:15 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2c63ea6eded3: [TEST] TreeTest.cpp - Add a comma to avoid build error with -werror (authored by skan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81388/new/
https://reviews.llvm.org/D81388
Files:
clang/unittests/Tooling/Syntax/TreeTest.cpp
Index: clang/unittests/Tooling/Syntax/TreeTest.cpp
===================================================================
--- clang/unittests/Tooling/Syntax/TreeTest.cpp
+++ clang/unittests/Tooling/Syntax/TreeTest.cpp
@@ -2995,6 +2995,6 @@
}
INSTANTIATE_TEST_CASE_P(SyntaxTreeTests, SyntaxTreeTest,
- testing::ValuesIn(TestClangConfig::allConfigs()));
+ testing::ValuesIn(TestClangConfig::allConfigs()), );
} // namespace
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81388.269243.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200608/a39f1969/attachment.bin>
More information about the cfe-commits
mailing list