mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Fix formatting by removing a comment. (#608)
Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user