未验证 提交 062f5d6e 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[test] minor, c style comments

上级 afdbf960
......@@ -174,12 +174,12 @@ main (int argc, char **argv)
| hb_reduce ([&] (hb_map_t *acc, hb_set_t *value) -> hb_map_t *
{
hb_map_set (acc, temp2++, hb_set_get_population (value));
// This is not a memory managed language, take care!
/* This is not a memory managed language, take care! */
hb_set_destroy (value);
return acc;
}, hb_map_create ())
;
// The result should be something like 0->10, 1->11, ..., 9->19
/* The result should be something like 0->10, 1->11, ..., 9->19 */
assert (hb_map_get (result, 9) == 19);
unsigned int temp3 = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册