We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccf6fc commit 66ff991Copy full SHA for 66ff991
test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c
@@ -153,8 +153,8 @@ static int tracee(const char *luacode)
153
154
/*
155
* XXX: The only event to be streamed must be FFUNC at
156
- * <lj_fff_res1> instruction.
157
- * FIXME: Make this part test agnostic.
+ * the <lj_fff_res1> instruction.
+ * TODO: Make this part test agnostic.
158
*/
159
assert(luaM_sysprof_report(&counters) == PROFILE_SUCCESS);
160
assert(counters.samples == 1);
0 commit comments