chromium/media/learning/common/feature_dictionary_unittest.cc

// 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 "media/learning/common/feature_dictionary.h"

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

namespace media {
namespace learning {

class FeatureDictionaryTest : public testing::Test {};

TEST_F(FeatureDictionaryTest, FillsInFeatures) {}

}  // namespace learning
}  // namespace media