You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testother.cpp
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ class TestOther : public TestFixture {
130
130
TEST_CASE(duplicateBranch1); // tests extracted by http://www.viva64.com/en/b/0149/ ( Comparison between PVS-Studio and cppcheck ): Errors detected in Quake 3: Arena by PVS-Studio: Fragment 2
131
131
TEST_CASE(duplicateBranch2); // empty macro
132
132
TEST_CASE(duplicateBranch3);
133
+
TEST_CASE(duplicateBranch4);
133
134
TEST_CASE(duplicateExpression1);
134
135
TEST_CASE(duplicateExpression2); // ticket #2730
135
136
TEST_CASE(duplicateExpression3); // ticket #3317
@@ -4101,6 +4102,17 @@ class TestOther : public TestFixture {
0 commit comments