summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_popcount.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_popcount.phpt')
-rw-r--r--ext/gmp/tests/gmp_popcount.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_popcount.phpt b/ext/gmp/tests/gmp_popcount.phpt
index 4b45a04481..26a7b5af8d 100644
--- a/ext/gmp/tests/gmp_popcount.phpt
+++ b/ext/gmp/tests/gmp_popcount.phpt
@@ -17,7 +17,7 @@ var_dump(gmp_popcount());
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
int(-1)
int(0)
int(10)