Skip to content

Commit 7eeb427

Browse files
Update testnullpointer.cpp
1 parent 8004db4 commit 7eeb427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testnullpointer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3938,7 +3938,7 @@ class TestNullPointer : public TestFixture {
39383938
" return s;\n"
39393939
"}\n", dinit(CheckOptions, $.inconclusive = true));
39403940
TODO_ASSERT_EQUALS("",
3941-
"[test.cpp:6:17]: (warning, inconclusive) Possible null pointer dereference: p [nullPointer]\n",
3941+
"[test.cpp:6:17]: (warning, inconclusive) Possible null pointer dereference: p [nullPointer]\n",
39423942
errout_str());
39433943

39443944
check("void f() {\n" // #11078

0 commit comments

Comments
 (0)