blob: f61ba9d0c37196ae5aac364c0dc257b85cf6dc16 [file] [log] [blame]
Zachary Turner85bc48c2015-03-17 22:51:21 +00001//===-- gtest_common.h ------------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#if defined(LLDB_GTEST_COMMON_H)
11#error "gtest_common.h should not be included manually."
12#else
13#define LLDB_GTEST_COMMON_H
14#endif
15
16// This header file is force included by all of LLDB's unittest compilation
17// units. Be very leary about putting anything in this file.