summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-death-test-internal.h
diff options
context:
space:
mode:
authorVadim Barkov <vbrkov@gmail.com>2018-10-28 00:07:09 (GMT)
committerVadim Barkov <vbrkov@gmail.com>2018-10-28 00:10:37 (GMT)
commit53d61b5b2382891386bfd41f797118de433b358c (patch)
tree2598fe8f30a1e8484053cd461adb250023647219 /googletest/include/gtest/internal/gtest-death-test-internal.h
parent2e308484d9693f8251748c295f6ed7ed25d767eb (diff)
downloadgoogletest-53d61b5b2382891386bfd41f797118de433b358c.zip
googletest-53d61b5b2382891386bfd41f797118de433b358c.tar.gz
googletest-53d61b5b2382891386bfd41f797118de433b358c.tar.bz2
Replaced all NULLs with nullptr in googletest
Diffstat (limited to 'googletest/include/gtest/internal/gtest-death-test-internal.h')
-rw-r--r--googletest/include/gtest/internal/gtest-death-test-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-death-test-internal.h b/googletest/include/gtest/internal/gtest-death-test-internal.h
index 0a9b42c..e1358c9 100644
--- a/googletest/include/gtest/internal/gtest-death-test-internal.h
+++ b/googletest/include/gtest/internal/gtest-death-test-internal.h
@@ -195,7 +195,7 @@ GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
__FILE__, __LINE__, &gtest_dt)) { \
goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \
} \
- if (gtest_dt != NULL) { \
+ if (gtest_dt != nullptr) { \
::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
gtest_dt_ptr(gtest_dt); \
switch (gtest_dt->AssumeRole()) { \