summaryrefslogtreecommitdiff
path: root/Zend/tests/class_alias_013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/class_alias_013.phpt')
-rw-r--r--Zend/tests/class_alias_013.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/class_alias_013.phpt b/Zend/tests/class_alias_013.phpt
index 4991d0fd31..3b19dcd5da 100644
--- a/Zend/tests/class_alias_013.phpt
+++ b/Zend/tests/class_alias_013.phpt
@@ -5,7 +5,7 @@ Testing alias of alias
namespace test\baz;
-class foo {
+class foo {
}
new foo;