Revert "C++: Accept test changes."

This reverts commit f36b48346e.
This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-19 13:18:01 +00:00
parent a88d8b260d
commit 54262a53c3

View File

@@ -1014,7 +1014,7 @@ void test_overflow() {
if ((x + y) <= 512) {
range(x); // $ range===2147483647
range(y); // $ range===256
range(x + y); // $ range=<=2147483903 overflow=+
range(x + y); // $ range===-2147483393
}
}