Skip to content

Commit 40f3651

Browse files
Update testnullpointer.cpp
1 parent 9295246 commit 40f3651

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
@@ -3788,7 +3788,7 @@ class TestNullPointer : public TestFixture {
37883788
"}");
37893789
ASSERT_EQUALS("", errout_str());
37903790

3791-
check("struct T {\n" // #14477
3791+
check("struct T {\n" // #14308
37923792
" bool b{};\n"
37933793
" T* next{};\n"
37943794
"};\n"

0 commit comments

Comments
 (0)