File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ class TestSarif : public TestFixture
2929{
3030public:
3131 TestSarif () : TestFixture(" TestSarif" )
32- {
33- }
32+ {}
3433
3534private:
3635 // Shared test code with various error types
@@ -1172,7 +1171,7 @@ int main() {
11721171 if (!foundRule)
11731172 {
11741173 std::cout << " INFO: passedByValue rule not found in test output - this is expected if the rule conditions "
1175- " are not met"
1174+ " are not met"
11761175 << std::endl;
11771176 }
11781177 }
@@ -1253,7 +1252,7 @@ int main() {
12531252 if (!foundRule)
12541253 {
12551254 std::cout << " INFO: uninitMemberVar rule not found in test output - this is expected if the rule "
1256- " conditions are not met"
1255+ " conditions are not met"
12571256 << std::endl;
12581257 }
12591258 }
@@ -1415,7 +1414,7 @@ int main() {
14151414 if (!foundRule)
14161415 {
14171416 std::cout << " INFO: returnByReference rule not found in test output - this is expected if the rule "
1418- " conditions are not met"
1417+ " conditions are not met"
14191418 << std::endl;
14201419 }
14211420 }
You can’t perform that action at this time.
0 commit comments