Skip to content

Commit 6dcc010

Browse files
Update testmemleak.cpp
1 parent a6e901e commit 6dcc010

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
@@ -2064,7 +2064,7 @@ class TestMemleakStructMember : public TestFixture {
20642064
" }\n"
20652065
" return g(&a);\n"
20662066
"}\n");
2067-
TODO_ASSERT_EQUALS("", "[test.cpp:9:9]: (error) Memory leak: a.str [memleak]\n", errout_str());
2067+
ASSERT_EQUALS("", errout_str());
20682068
}
20692069

20702070
void ifelse() {

0 commit comments

Comments
 (0)