Skip to content

Commit e5521bf

Browse files
Update testother.cpp
1 parent 39c2ac1 commit e5521bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8203,7 +8203,7 @@ class TestOther : public TestFixture {
82038203
" return (x >= 0.0) ? 0.0 : -0.0;\n"
82048204
"}\n");
82058205
ASSERT_EQUALS("", errout_str());
8206-
8206+
82078207
check("struct A {};\n" // # 14300
82088208
"struct B {};\n"
82098209
"void f(bool x) {\n"

0 commit comments

Comments
 (0)