chromium/third_party/angle/src/common/hash_utils_unittest.cpp

//
// Copyright 2018 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// hash_utils_unittest: Hashing helper functions tests.

#include <gtest/gtest.h>

#include "common/hash_utils.h"

usingnamespaceangle;

namespace
{
// Basic functionality test.
TEST(HashUtilsTest, ComputeGenericHash)
{}
}  // anonymous namespace