mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C++: Accept test changes.
This commit is contained in:
@@ -1014,7 +1014,7 @@ void test_overflow() {
|
||||
if ((x + y) <= 512) {
|
||||
range(x); // $ range===2147483647
|
||||
range(y); // $ range===256
|
||||
range(x + y); // $ range===-2147483393
|
||||
range(x + y); // $ range=<=2147483903 overflow=+
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user