We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2048a59 commit 6056ed9Copy full SHA for 6056ed9
1 file changed
test/testsuppressions.cpp
@@ -145,10 +145,10 @@ class TestSuppressions : public TestFixture {
145
146
void parseLine() const {
147
ASSERT_EQUALS("bad:test.c:1", SuppressionList::parseLine("bad:test.c:1").toString());
148
-
+
149
// symbol
150
ASSERT_EQUALS("bad:test.c:1\nsymbol=x", SuppressionList::parseLine("bad:test.c:1\nsymbol=x").toString());
151
152
// polyspace
153
ASSERT_EQUALS("bad:test.c:1\npolyspace=1", SuppressionList::parseLine("bad:test.c:1\npolyspace=1").toString());
154
}
0 commit comments