diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:15:30 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:15:30 +0000 |
commit | 9f4dbff6669c8037f3b036bcf580d14f1a4f12a5 (patch) | |
tree | 47df2c12b57214af6c31e47404b005675b8b7ffc /unittests/Tooling/CommentHandlerTest.cpp | |
parent | f73d5f23a889b93d89ddef61ac0995df40286bb8 (diff) |
Notes
Diffstat (limited to 'unittests/Tooling/CommentHandlerTest.cpp')
-rw-r--r-- | unittests/Tooling/CommentHandlerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/CommentHandlerTest.cpp b/unittests/Tooling/CommentHandlerTest.cpp index f0f7797d5798..117dfc36febe 100644 --- a/unittests/Tooling/CommentHandlerTest.cpp +++ b/unittests/Tooling/CommentHandlerTest.cpp @@ -28,7 +28,7 @@ class CommentHandlerVisitor : public TestVisitor<CommentHandlerVisitor>, typedef TestVisitor<CommentHandlerVisitor> base; public: - CommentHandlerVisitor() : base(), PP(0), Verified(false) { } + CommentHandlerVisitor() : base(), PP(nullptr), Verified(false) {} ~CommentHandlerVisitor() { EXPECT_TRUE(Verified) << "CommentVerifier not accessed"; |