Skip to content

Commit 8234674

Browse files
Update testother.cpp [skip ci]
1 parent 2a86e5f commit 8234674

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎test/testother.cpp‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11463,7 +11463,8 @@ class TestOther : public TestFixture {
1146311463
"}\n");
1146411464

1146511465
ASSERT_EQUALS("", errout_str());
11466-
check("int g();\n" // #15023
11466+
11467+
check("int g();\n" // #15023
1146711468
"int f1() {\n"
1146811469
" int i{ g() };\n"
1146911470
" i = 0;\n"

0 commit comments

Comments
 (0)