chromium/third_party/angle/src/tests/preprocessor_tests/token_test.cpp

//
// Copyright 2012 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.
//

#include "gtest/gtest.h"

#include "compiler/preprocessor/Token.h"

namespace angle
{

TEST(TokenTest, DefaultConstructor)
{}

TEST(TokenTest, Assignment)
{}

TEST(TokenTest, Equals)
{}

TEST(TokenTest, HasLeadingSpace)
{}

TEST(TokenTest, Write)
{}

}  // namespace angle