summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_autoload_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_autoload_003.phpt')
-rw-r--r--ext/spl/tests/spl_autoload_003.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/tests/spl_autoload_003.phpt b/ext/spl/tests/spl_autoload_003.phpt
index 7c0bd1a021..00fdd2734f 100644
--- a/ext/spl/tests/spl_autoload_003.phpt
+++ b/ext/spl/tests/spl_autoload_003.phpt
@@ -40,6 +40,5 @@ catch(Exception $e)
--EXPECTF--
TestFunc1(TestClass)
TestFunc2(TestClass)
-TestFunc3(TestClass)
Exception: Class TestClass missing
===DONE===