summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_export.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_export.phpt')
-rw-r--r--ext/gmp/tests/gmp_export.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_export.phpt b/ext/gmp/tests/gmp_export.phpt
index fbc8901cfc..52449ecf0a 100644
--- a/ext/gmp/tests/gmp_export.phpt
+++ b/ext/gmp/tests/gmp_export.phpt
@@ -60,7 +60,6 @@ var_dump(gmp_export(123, 0));
// Invalid options
var_dump(gmp_export(123, 1, GMP_MSW_FIRST | GMP_LSW_FIRST));
var_dump(gmp_export(123, 1, GMP_BIG_ENDIAN | GMP_LITTLE_ENDIAN));
-
--EXPECTF--
bool(true)