summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_autoload_bug48541.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_autoload_bug48541.phpt')
-rw-r--r--ext/spl/tests/spl_autoload_bug48541.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/spl_autoload_bug48541.phpt b/ext/spl/tests/spl_autoload_bug48541.phpt
index 4936270d3b..acdf36aa71 100644
--- a/ext/spl/tests/spl_autoload_bug48541.phpt
+++ b/ext/spl/tests/spl_autoload_bug48541.phpt
@@ -30,10 +30,8 @@ spl_autoload_register($c);
spl_autoload_register($c2);
$c = new foo;
?>
-===DONE===
--EXPECT--
a called
a2 called
b called
foo
-===DONE===