mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
Update test.cpp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user