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