Skip to content

Commit f355d3d

Browse files
committed
random: test: remove useless if
1 parent 0f3a42c commit f355d3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/random/tests/03_randomizer/compatibility_user.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ try {
4343
}
4444
}
4545
} catch (\RuntimeException $e) {
46-
if (\PHP_INT_SIZE >= 8) {
47-
throw $e;
48-
}
4946
if ($e->getMessage() !== 'Generated value exceeds size of int') {
5047
throw $e;
5148
}

0 commit comments

Comments
 (0)