]> granicus.if.org Git - php/commitdiff
Updated 32-bit << test
authorAndrea Faulds <ajf@ajf.me>
Tue, 19 Aug 2014 20:28:26 +0000 (21:28 +0100)
committerAndrea Faulds <ajf@ajf.me>
Tue, 19 Aug 2014 20:28:26 +0000 (21:28 +0100)
tests/lang/operators/bitwiseShiftLeft_variationStr.phpt

index 694819799847127354c46be6abf37b8c7fad93bf..d50757777703539882f74e85a4b416bcfa4fd062 100644 (file)
@@ -3,7 +3,6 @@ Test << operator : various numbers as strings
 --SKIPIF--
 <?php
 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
-if ((65<<65)==0) die("skip this test is for Intel only");
 ?>
 --FILE--
 <?php