mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 09:40:12 +01:00
Note namespace and static recommendations in C++ style guide (#1041)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "executable_semantics/common/arena.h"
|
||||
|
||||
namespace Carbon {
|
||||
namespace Carbon::Testing {
|
||||
namespace {
|
||||
|
||||
static constexpr std::string_view FileContents = R"(
|
||||
@@ -30,4 +30,4 @@ TEST(ParseTest, ParseFromString) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace Carbon
|
||||
} // namespace Carbon::Testing
|
||||
|
||||
Reference in New Issue
Block a user