Zachary Turner | 85bc48c | 2015-03-17 22:51:21 +0000 | [diff] [blame] | 1 | //===-- 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. |