Skip to content

Commit bc5dece

Browse files
Format
1 parent ee311fc commit bc5dece

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
@@ -2604,7 +2604,7 @@ class TestMemleakNoVar : public TestFixture {
26042604
"}\n");
26052605
ASSERT_EQUALS("", errout_str());
26062606

2607-
check("int f() {\n" // #11184
2607+
check("int f() {\n" // #11184
26082608
" return strlen(new char[4]{});\n"
26092609
"}\n"
26102610
"int g() {\n"

0 commit comments

Comments
 (0)