// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/hash/legacy_hash.h" #include <stdint.h> #include <string_view> #include "base/containers/span.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { namespace legacy { TEST(LegacyHashTest, CityHashV103) { … } } // namespace legacy } // namespace base