summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug72697.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug72697.phpt')
-rw-r--r--ext/gd/tests/bug72697.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug72697.phpt b/ext/gd/tests/bug72697.phpt
index 6110385fcb..d243bd2f14 100644
--- a/ext/gd/tests/bug72697.phpt
+++ b/ext/gd/tests/bug72697.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #72697: select_colors write out-of-bounds
--SKIPIF--
-<?php
+<?php
if (!function_exists("imagecreatetruecolor")) die("skip");
if (PHP_INT_MAX !== 9223372036854775807) die("skip for 64-bit long systems only");
?>