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