diff options
Diffstat (limited to 'tests/sys_stat_test.cpp')
-rw-r--r-- | tests/sys_stat_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys_stat_test.cpp b/tests/sys_stat_test.cpp index 7c387ba2f..c0a576d9d 100644 --- a/tests/sys_stat_test.cpp +++ b/tests/sys_stat_test.cpp @@ -25,7 +25,7 @@ TEST(sys_stat, futimens) { FILE* fp = tmpfile(); - ASSERT_TRUE(fp != NULL); + ASSERT_TRUE(fp != nullptr); int fd = fileno(fp); ASSERT_NE(fd, -1); |