#include "gtest/gtest.h"
#include "MockDiagnostics.h"
#include "MockDirectiveHandler.h"
#include "compiler/preprocessor/Preprocessor.h"
#include "compiler/preprocessor/SourceLocation.h"
#ifndef PREPROCESSOR_TESTS_PREPROCESSOR_TEST_H_
#define PREPROCESSOR_TESTS_PREPROCESSOR_TEST_H_
namespace angle
{
class PreprocessorTest : public testing::Test
{ … };
class SimplePreprocessorTest : public testing::Test
{ … };
}
inline std::ostream &operator<<(std::ostream &os, const angle::pp::SourceLocation &sourceLoc)
{ … }
#endif