Skip to content

Commit e612a38

Browse files
Update testcondition.cpp
1 parent 77fc969 commit e612a38

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
@@ -6235,7 +6235,7 @@ class TestCondition : public TestFixture {
62356235
check("void f(bool b) {\n" // #14037
62366236
" if (b != 2) {}\n"
62376237
"}\n", dinit(CheckOptions, $.s = &settingsUnix64));
6238-
ASSERT_EQUALS("[test.cpp:2:12:]: (style) Comparing expression of type 'bool' against value 2. Condition is always true. [compareValueOutOfTypeRangeError]\n",
6238+
ASSERT_EQUALS("[test.cpp:2:14]: (style) Comparing expression of type 'bool' against value 2. Condition is always true. [compareValueOutOfTypeRangeError]\n",
62396239
errout_str());
62406240
}
62416241

0 commit comments

Comments
 (0)