Skip to content

Commit 9a72b52

Browse files
committed
fixing test for upcoming mpir upgrade
- mpir is going to be upgraded up to 2.5.1 on windows
1 parent e4a3696 commit 9a72b52

File tree

4 files changed

+0
-141
lines changed

4 files changed

+0
-141
lines changed

ext/gmp/tests/022-win32.phpt

Lines changed: 0 additions & 90 deletions
This file was deleted.

ext/gmp/tests/022.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
gmp_gcdext() basic tests
33
--SKIPIF--
44
<?php if (!extension_loaded("gmp")) print "skip";
5-
if (substr(PHP_OS, 0, 3) == 'WIN') {
6-
die('skip.. only for Non Windows Systems');
7-
}
85
?>
96
--FILE--
107
<?php

ext/gmp/tests/gmp_nextprime-win32.phpt

Lines changed: 0 additions & 45 deletions
This file was deleted.

ext/gmp/tests/gmp_nextprime.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
gmp_nextprime()
33
--SKIPIF--
44
<?php if (!extension_loaded("gmp")) print "skip";
5-
if (substr(PHP_OS, 0, 3) == 'WIN') {
6-
die('skip.. only for Non Windows Systems');
7-
}
85
?>
96
--FILE--
107
<?php

0 commit comments

Comments
 (0)