summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic_bstring_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_basic_bstring_unittest.cpp')
-rw-r--r--core/fxcrt/fx_basic_bstring_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_basic_bstring_unittest.cpp b/core/fxcrt/fx_basic_bstring_unittest.cpp
index 220105aa95..cfdf2794b4 100644
--- a/core/fxcrt/fx_basic_bstring_unittest.cpp
+++ b/core/fxcrt/fx_basic_bstring_unittest.cpp
@@ -758,7 +758,7 @@ TEST(fxcrt, ByteStringCFromChar) {
CFX_ByteStringC nul_string_from_char(nul);
CFX_ByteStringC lower_a_string_from_char(lower_a);
- // Pointer to nul, not NULL ptr, hence length 1 ...
+ // Pointer to nul, not nullptr ptr, hence length 1 ...
EXPECT_EQ(1, nul_string_from_char.GetLength());
EXPECT_NE(null_string, nul_string_from_char);