diff options
Diffstat (limited to 'source/tests/async_function.test.c')
-rw-r--r-- | source/tests/async_function.test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/async_function.test.c b/source/tests/async_function.test.c index 2e62f64..9f90474 100644 --- a/source/tests/async_function.test.c +++ b/source/tests/async_function.test.c @@ -130,3 +130,5 @@ TEST("coroutine nested generator") { AF_EXECUTE(promise); REQUIRE(AF_FINISHED(promise)); } + +#undef KIT_TEST_FILE |