summaryrefslogtreecommitdiffstats
path: root/testing/gtest/test/gtest_environment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gtest/test/gtest_environment_test.cc')
-rw-r--r--testing/gtest/test/gtest_environment_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest/test/gtest_environment_test.cc b/testing/gtest/test/gtest_environment_test.cc
index 744b405..ec9aa2c 100644
--- a/testing/gtest/test/gtest_environment_test.cc
+++ b/testing/gtest/test/gtest_environment_test.cc
@@ -115,7 +115,7 @@ TEST(FooTest, Bar) {
void Check(bool condition, const char* msg) {
if (!condition) {
printf("FAILED: %s\n", msg);
- abort();
+ testing::internal::posix::Abort();
}
}