blob: f61ba9d0c37196ae5aac364c0dc257b85cf6dc16 [file] [log] [blame]
//===-- gtest_common.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#if defined(LLDB_GTEST_COMMON_H)
#error "gtest_common.h should not be included manually."
#else
#define LLDB_GTEST_COMMON_H
#endif
// This header file is force included by all of LLDB's unittest compilation
// units. Be very leary about putting anything in this file.