chromium/third_party/angle/src/tests/preprocessor_tests/operator_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 "PreprocessorTest.h"
#include "compiler/preprocessor/Token.h"

namespace angle
{

struct OperatorTestParam
{};

class OperatorTest : public SimplePreprocessorTest,
                     public testing::WithParamInterface<OperatorTestParam>
{};

TEST_P(OperatorTest, Identified)
{}

static const OperatorTestParam kOperators[] =;

INSTANTIATE_TEST_SUITE_P();

}  // namespace angle