summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_autoload_010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_autoload_010.phpt')
-rw-r--r--ext/spl/tests/spl_autoload_010.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/spl/tests/spl_autoload_010.phpt b/ext/spl/tests/spl_autoload_010.phpt
index 239b8366ec..3b0754d8df 100644
--- a/ext/spl/tests/spl_autoload_010.phpt
+++ b/ext/spl/tests/spl_autoload_010.phpt
@@ -21,10 +21,7 @@ spl_autoload_register('autoloadC');
new C;
?>
-===DONE===
-<?php exit(0); ?>
--EXPECT--
B -> C
A -> C
C -> C
-===DONE===