Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-static-using-04.cs
index fe18b97deb2297033887e5ab87d6fdebe6d7ffd0..4064e8092daf193b45436d27cfe92603926067f2 100644 (file)
@@ -26,8 +26,8 @@ namespace A.C
 
 namespace C
 {
-       using A.B.X;
-       using A.C.X;
+       using static A.B.X;
+       using static A.C.X;
 
        class M
        {