Skip to content

Commit 6056ed9

Browse files
committed
runformat
1 parent 2048a59 commit 6056ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testsuppressions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ class TestSuppressions : public TestFixture {
145145

146146
void parseLine() const {
147147
ASSERT_EQUALS("bad:test.c:1", SuppressionList::parseLine("bad:test.c:1").toString());
148-
148+
149149
// symbol
150150
ASSERT_EQUALS("bad:test.c:1\nsymbol=x", SuppressionList::parseLine("bad:test.c:1\nsymbol=x").toString());
151-
151+
152152
// polyspace
153153
ASSERT_EQUALS("bad:test.c:1\npolyspace=1", SuppressionList::parseLine("bad:test.c:1\npolyspace=1").toString());
154154
}

0 commit comments

Comments
 (0)