Update test.cpp

This commit is contained in:
ihsinme
2022-12-18 00:38:32 +03:00
committed by GitHub
parent 945cdef18d
commit a2836dc72a

View File

@@ -262,7 +262,7 @@ void badTestf13(int type) {
if (is < 5)
badMySubDiv(type, is); // BAD
if (is < 0)
badMySubDiv(type, is); // BAD
badMySubDiv(type, is); // BAD [NOT DETECTED]
if (is > 5)
badMySubDiv(type, is); // GOOD
if (is == 0)