summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_002.phpt')
-rwxr-xr-xZend/tests/ns_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_002.phpt b/Zend/tests/ns_002.phpt
index 000928c3d6..3d9e09869d 100755
--- a/Zend/tests/ns_002.phpt
+++ b/Zend/tests/ns_002.phpt
@@ -15,7 +15,7 @@ use test\ns1 as ns2;
use test\ns1;
Foo::bar();
-test\ns1\Foo::bar();
+\test\ns1\Foo::bar();
Bar::bar();
ns2\Foo::bar();
ns1\Foo::bar();