diff options
Diffstat (limited to 'third_party/nix/src/tests/store_tests.cc')
-rw-r--r-- | third_party/nix/src/tests/store_tests.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/nix/src/tests/store_tests.cc b/third_party/nix/src/tests/store_tests.cc index 1aea33bfd18b..936a0cee1b68 100644 --- a/third_party/nix/src/tests/store_tests.cc +++ b/third_party/nix/src/tests/store_tests.cc @@ -10,6 +10,7 @@ #include "libstore/binary-cache-store.hh" #include "libstore/mock-binary-cache-store.hh" +#include "tests/store-util.hh" using ::testing::HasSubstr; @@ -17,13 +18,6 @@ namespace nix { MakeError(InjectedError, Error); -class StoreTest : public ::testing::Test { - public: - static void SetUpTestSuite() { - google::InitGoogleLogging("--logtostderr=false"); - } -}; - class BinaryCacheStoreTest : public StoreTest {}; constexpr absl::string_view kXZHeader = "7zXZ"; |