summaryrefslogtreecommitdiff
path: root/ext/bz2/tests/with_files.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/tests/with_files.phpt')
-rw-r--r--ext/bz2/tests/with_files.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bz2/tests/with_files.phpt b/ext/bz2/tests/with_files.phpt
index 3763398a14..7d55cf5ea4 100644
--- a/ext/bz2/tests/with_files.phpt
+++ b/ext/bz2/tests/with_files.phpt
@@ -18,6 +18,5 @@ print bzread($bz, 10);
print bzread($bz);
bzclose($bz);
unlink($filename);
-
--EXPECT--
This is a test string.