aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_util.php
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-07-13 09:10:16 +0000
committerBo Yang <teboring@google.com>2018-07-13 09:10:16 +0000
commitd779301670f8c1819a0774953391238719c472c2 (patch)
treedfba07774748bd5639b7846da238028a35f6bc34 /php/tests/test_util.php
parent51c188c2ccb0f9dac475a50c77c4f57ab96fbc4a (diff)
downloadprotobuf-d779301670f8c1819a0774953391238719c472c2.tar.gz
protobuf-d779301670f8c1819a0774953391238719c472c2.tar.bz2
protobuf-d779301670f8c1819a0774953391238719c472c2.zip
Fix 32bit php tests
Diffstat (limited to 'php/tests/test_util.php')
-rw-r--r--php/tests/test_util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/tests/test_util.php b/php/tests/test_util.php
index e23ace74..a676d097 100644
--- a/php/tests/test_util.php
+++ b/php/tests/test_util.php
@@ -241,7 +241,6 @@ class TestUtil
if (PHP_INT_SIZE == 4) {
assert('-43' === $m->getRepeatedInt64()[0]);
assert('43' === $m->getRepeatedUint64()[0]);
- var_dump($m->getRepeatedSint64()[0]);
assert('-45' === $m->getRepeatedSint64()[0]);
assert('47' === $m->getRepeatedFixed64()[0]);
assert('-47' === $m->getRepeatedSfixed64()[0]);