Skip to content

Commit

Permalink
fixup! test: rewrite sysprof test using managed execution
Browse files Browse the repository at this point in the history
  • Loading branch information
igormunkin committed Dec 5, 2023
1 parent 9326a21 commit dbca99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int tracee(const char *luacode)
/*
* XXX: The only event to be streamed must be FFUNC at
* the <lj_fff_res1> instruction.
* TODO: Make this part test agnostic.
* TODO: Make this part test-agnostic.
*/
assert(luaM_sysprof_report(&counters) == PROFILE_SUCCESS);
assert(counters.samples == 1);
Expand Down

0 comments on commit dbca99c

Please sign in to comment.