chromium/media/base/djb2_unittest.cc

// Copyright 2008 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/base/djb2.h"

#include <stdint.h>

#include "testing/gtest/include/gtest/gtest.h"

uint8_t kTestData[] =;

TEST(DJB2HashTest, HashTest) {}