mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 02:46:05 +00:00
Fix gcc compilation warning in test case [NFC]
Without this, gcc (7.4) complains with ../tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp:99:28: error: ISO C++11 requires at least one argument for the "..." in a variadic macro [-Werror] }))); ^ llvm-svn: 360334
This commit is contained in:
parent
1fa5248d44
commit
a186edbc00
@ -96,7 +96,7 @@ INSTANTIATE_TEST_CASE_P(ASTUtilsTests, ASTUtils,
|
||||
struct Bar { friend class Foo<int>; };
|
||||
template <> struct ^Foo<int> {};)cpp",
|
||||
{"<int>"}},
|
||||
})));
|
||||
})),);
|
||||
} // namespace
|
||||
} // namespace clangd
|
||||
} // namespace clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user