Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
MBkkt committed Oct 30, 2023
1 parent f7ffab2 commit ec89ebc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/utils/async_utils_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ class notifying_counter {
size_t notify_after_;
};

} // namespace tests

using namespace tests;
template<bool UsePriority>
void run_thread_pool_bound_mt() {
// test max threads
Expand Down Expand Up @@ -701,3 +698,5 @@ TEST(thread_utils_test, get_set_name) {
});
#endif
}

} // namespace tests

0 comments on commit ec89ebc

Please sign in to comment.