Fix formatting by removing a comment. (#608)

Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>
This commit is contained in:
Chandler Carruth
2021-06-28 16:39:28 -07:00
committed by GitHub
co-authored by Jon Meow
parent 056da4dd5c
commit 1057eda8f7
@@ -93,7 +93,6 @@ TEST_F(VarDeclTest, ConstPointer) {
}
TEST_F(VarDeclTest, Namespace) {
// This is to ensure the 'struct' keyword doesn't get added to the qualified type.
constexpr char Before[] = R"cpp(
namespace Foo {
typedef int Bar;