Skip to content

Commit 0ccf6fc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static int tracee(const char *luacode)
144144
assert(luaM_sysprof_set_on_stop(stream_delete) == PROFILE_SUCCESS);
145145
assert(luaM_sysprof_start(L, &opt) == PROFILE_SUCCESS);
146146

147-
/* FIXME: Make this part test agnostic. */
147+
/* TODO: Make this part test-agnostic. */
148148
assert(luaL_dostring(L, luacode) == LUA_OK);
149149
assert(strcmp(lua_tostring(L, -1), MESSAGE) == 0);
150150

0 commit comments

Comments
 (0)