Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Feb 20, 2024
1 parent 394a8e7 commit 9e39b16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/test/task_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ TEST(core, task_engine)
ASSERT_NE(nullptr, engine);

ASSERT_TRUE(engine->is_started());
std::vector<std::string> args;
fmt::print(stdout, "{}\n", engine->get_runtime_info(args).dump());
fmt::print(stdout, "{}\n", engine->get_runtime_info({}).dump());

std::vector<task_worker_pool *> &pools = engine->pools();
for (size_t i = 0; i < pools.size(); ++i) {
Expand Down

0 comments on commit 9e39b16

Please sign in to comment.