Skip to content

Commit b82c4fd

Browse files
Update testcondition.cpp
1 parent 3f7ecdb commit b82c4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcondition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6473,7 +6473,7 @@ class TestCondition : public TestFixture {
64736473
"}\n");
64746474
ASSERT_EQUALS("", errout_str());
64756475

6476-
check("bool f(int a, int b) {\n" / #12896
6476+
check("bool f(int a, int b) {\n" // #12896
64776477
" if (a < INT_MIN && b > INT_MAX)\n"
64786478
" return true;\n"
64796479
" return false;\n"

0 commit comments

Comments
 (0)