Skip to content

Commit 02d8d77

Browse files
Update testmemleak.cpp
1 parent 347a22a commit 02d8d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testmemleak.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ class TestMemleakStructMember : public TestFixture {
20662066
"}\n");
20672067
ASSERT_EQUALS("", errout_str());
20682068

2069-
check("struct S { int *p; };
2069+
check("struct S { int *p; };\n"
20702070
"S f(int i) {\n"
20712071
" S s;\n"
20722072
" switch(i) {\n"

0 commit comments

Comments
 (0)