diff options
Diffstat (limited to 'ext/pcre/tests/bug76850.phpt')
-rw-r--r-- | ext/pcre/tests/bug76850.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug76850.phpt b/ext/pcre/tests/bug76850.phpt index 89a64f9f78..3e07ab7aa8 100644 --- a/ext/pcre/tests/bug76850.phpt +++ b/ext/pcre/tests/bug76850.phpt @@ -25,4 +25,3 @@ var_dump(preg_match('/./', "a")); --EXPECT-- int(1) ==DONE== - |