mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 10:25:28 +00:00
Removed empty statements in tests.
This commit is contained in:
@@ -1093,7 +1093,7 @@ sdltest_randomIntegerInRange(void *arg)
|
||||
SDLTest_AssertCheck(min <= result && result <= max, "Validated returned value; expected: [%d,%d], got: %d", min, max, result);
|
||||
|
||||
/* Range with max at integer limit */
|
||||
min = long_min - (Sint32)SDLTest_RandomSint16();;
|
||||
min = long_min - (Sint32)SDLTest_RandomSint16();
|
||||
max = long_max;
|
||||
result = SDLTest_RandomIntegerInRange(min, max);
|
||||
SDLTest_AssertPass("Call to SDLTest_RandomIntegerInRange(...,SINT32_MAX)");
|
||||
|
||||
Reference in New Issue
Block a user