diff options
| author | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-11-21 21:41:11 +0300 |
| commit | a28b5f2fbb70ab35f22cc3d14c03d62d3cd8bccc (patch) | |
| tree | 2a2b7a288b80144e46e79ea2030288fb6d1088f6 /tdactor | |
| parent | 5e34f0764118332b297626bcad216828a10a3683 (diff) | |
Remove explicit verbosity level changes in tests.
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/test/actors_bugs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdactor/test/actors_bugs.cpp b/tdactor/test/actors_bugs.cpp index aaa1252ad..8d6f3c468 100644 --- a/tdactor/test/actors_bugs.cpp +++ b/tdactor/test/actors_bugs.cpp @@ -91,7 +91,6 @@ class TimeoutManager final : public td::Actor { td::int32 TimeoutManager::count; TEST(MultiTimeout, Destroy) { - SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR)); td::ConcurrentScheduler sched; int threads_n = 0; sched.init(threads_n); |
