mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 17:20:15 +01:00
Note namespace and static recommendations in C++ style guide (#1041)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace Carbon {
|
||||
namespace Carbon::Testing {
|
||||
namespace {
|
||||
|
||||
TEST(ErrorTest, FatalProgramError) {
|
||||
@@ -30,4 +30,4 @@ TEST(ErrorTest, FatalProgramErrorLine) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace Carbon
|
||||
} // namespace Carbon::Testing
|
||||
|
||||
Reference in New Issue
Block a user