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