commit
2301524923
@ -61,6 +61,9 @@
|
|||||||
// GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)
|
// GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)
|
||||||
// GTEST_LOCK_EXCLUDED_(locks)
|
// GTEST_LOCK_EXCLUDED_(locks)
|
||||||
//
|
//
|
||||||
|
// Underlying library support features:
|
||||||
|
// GTEST_HAS_CXXABI_H_
|
||||||
|
//
|
||||||
// Exporting API symbols:
|
// Exporting API symbols:
|
||||||
// GTEST_API_ - Specifier for exported symbols.
|
// GTEST_API_ - Specifier for exported symbols.
|
||||||
//
|
//
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
// GTEST_CUSTOM_TEMPDIR_FUNCTION_ - An override for testing::TempDir().
|
// GTEST_CUSTOM_TEMPDIR_FUNCTION_ - An override for testing::TempDir().
|
||||||
// See testing::TempDir for semantics and
|
// See testing::TempDir for semantics and
|
||||||
// signature.
|
// signature.
|
||||||
//
|
//
|
||||||
// ** Custom implementation starts here **
|
// ** Custom implementation starts here **
|
||||||
|
|
||||||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
|
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_H_
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
//
|
//
|
||||||
// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee)
|
|
||||||
//
|
//
|
||||||
// The Google C++ Testing Framework (Google Test)
|
// The Google C++ Testing Framework (Google Test)
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user