fix fsm_is_invocable

This commit is contained in:
tqcq
2024-05-17 14:53:49 +08:00
parent 812fb1b927
commit 7a556d8472
2 changed files with 1 additions and 2 deletions

View File

@ -34,6 +34,5 @@ TEST_SUITE("asio") {
ctx.run();
CHECK_EQ(x, 5);
}
}
}