Skip to content

Commit 66ff991

Browse files
committed
fixup! test: rewrite sysprof test using managed execution
1 parent 0ccf6fc commit 66ff991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ static int tracee(const char *luacode)
153153

154154
/*
155155
* XXX: The only event to be streamed must be FFUNC at
156-
* <lj_fff_res1> instruction.
157-
* FIXME: Make this part test agnostic.
156+
* the <lj_fff_res1> instruction.
157+
* TODO: Make this part test agnostic.
158158
*/
159159
assert(luaM_sysprof_report(&counters) == PROFILE_SUCCESS);
160160
assert(counters.samples == 1);

0 commit comments

Comments
 (0)