Skip to content

Commit 09cf310

Browse files
Update testbool.cpp
1 parent d1a7da3 commit 09cf310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testbool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class TestBool : public TestFixture {
273273
"}");
274274
ASSERT_EQUALS(
275275
"[test.cpp:2:17]: (warning) Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]\n"
276-
"[test.cpp:2:32]: (warning) Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]\n", // duplicate
276+
"[test.cpp:2:32]: (warning) Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]\n",
277277
errout_str());
278278

279279
check("void f(int x) {\n"

0 commit comments

Comments
 (0)