mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Document abbreviation style things (#4996)
We had a long discussion of this, so trying to document what seems to be the conclusion... and also clean up the exceptions that I could find. --------- Co-authored-by: Dana Jansens <danakj@orodu.net>
This commit is contained in:
co-authored by
Dana Jansens
parent
0d2f364f39
commit
467e510d40
+1
-1
@@ -124,7 +124,7 @@ TYPED_TEST(MapTest, Basic) {
|
||||
m, MakeKeyValues([](int k) { return k * 100 + 1; }, llvm::seq(1, 512)));
|
||||
}
|
||||
|
||||
TYPED_TEST(MapTest, FactoryAPI) {
|
||||
TYPED_TEST(MapTest, FactoryApi) {
|
||||
TypeParam m;
|
||||
EXPECT_TRUE(m.Insert(1, [] { return 100; }).is_inserted());
|
||||
ASSERT_TRUE(m.Contains(1));
|
||||
|
||||
Reference in New Issue
Block a user