diff options
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/hermeticity/local.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils/hermeticity/local.hpp b/test/utils/hermeticity/local.hpp index 2b67cf10..b774c20a 100644 --- a/test/utils/hermeticity/local.hpp +++ b/test/utils/hermeticity/local.hpp @@ -25,7 +25,6 @@ class HermeticLocalTestFixture { public: HermeticLocalTestFixture() noexcept { static int id{}; - Statistics::Instance().Reset(); CreateAndSetCleanDiskCache(id++); } |