| 1281 | }; |
| 1282 | |
| 1283 | TEST_F(CApiColocationTest, ColocateWith) { |
| 1284 | TF_ColocateWith(desc_, feed1_); |
| 1285 | FinishAndVerify(desc_, {"loc:@feed1"}); |
| 1286 | } |
| 1287 | |
| 1288 | TEST_F(CApiColocationTest, StringList) { |
| 1289 | SetViaStringList(desc_, {"loc:@feed1"}); |
nothing calls this directly
no test coverage detected