Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-static-using-02.cs
index db11121394750bdbb177370667c146d5cea64e7f..83c5636a1ad069f0841806f5dbfb7eee53e35a83 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
        {