aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_environment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_environment_test.cc')
-rw-r--r--test/gtest_environment_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_environment_test.cc b/test/gtest_environment_test.cc
index 744b405e..ec9aa2cd 100644
--- a/test/gtest_environment_test.cc
+++ b/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();
}
}