summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/no_jit_bug70110.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/no_jit_bug70110.phpt')
-rw-r--r--ext/pcre/tests/no_jit_bug70110.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pcre/tests/no_jit_bug70110.phpt b/ext/pcre/tests/no_jit_bug70110.phpt
index fa673ac935..aece155257 100644
--- a/ext/pcre/tests/no_jit_bug70110.phpt
+++ b/ext/pcre/tests/no_jit_bug70110.phpt
@@ -9,8 +9,6 @@ var_dump(preg_match('/(*NO_JIT)^(A{1,2}B)+$$/',str_repeat('AB',8192)));
var_dump(preg_match('~(*NO_JIT)(a)*~', str_repeat('a', 5431), $match))
?>
-==DONE==
--EXPECT--
int(1)
int(1)
-==DONE==