summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_nextprime.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_nextprime.phpt')
-rw-r--r--ext/gmp/tests/gmp_nextprime.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gmp/tests/gmp_nextprime.phpt b/ext/gmp/tests/gmp_nextprime.phpt
index 623ccbed07..5683c8c31f 100644
--- a/ext/gmp/tests/gmp_nextprime.phpt
+++ b/ext/gmp/tests/gmp_nextprime.phpt
@@ -2,9 +2,6 @@
gmp_nextprime()
--SKIPIF--
<?php if (!extension_loaded("gmp")) print "skip";
-if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip.. only for Non Windows Systems');
-}
?>
--FILE--
<?php