Skip to content

Commit 96a6c7f

Browse files
Fix version test
1 parent 107999a commit 96a6c7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/014-version.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ echo '= Functions', PHP_EOL;
2323
SDL_VERSION($version);
2424
var_dump(array_key_exists('major', $version) && array_key_exists('minor', $version) && array_key_exists('patch', $version));
2525
var_dump(12030 === SDL_VERSIONNUM(10,20,30));
26-
var_dump(SDL_VERSION_ATLEAST(2,0,0));
2726
var_dump(SDL_VERSION_ATLEAST(2,0,25));
2827
var_dump(is_string(SDL_GetRevision()));
2928
SDL_GetVersion($linkedVersion);
@@ -47,7 +46,6 @@ bool(true)
4746
bool(true)
4847
bool(true)
4948
bool(true)
50-
bool(false)
5149
bool(true)
5250
bool(true)
5351
= Done

0 commit comments

Comments
 (0)