Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-static-using-06.cs
index fe259c8216dbd78ef481ed7315abd41edc69f3e8..36bb255b1d3114fe0fe4327eb40ef8a996abdc0f 100644 (file)
@@ -1,8 +1,8 @@
 // Compiler options: -langversion:6
 
 using System;
-using A.B.X;
-using A.C.X;
+using static A.B.X;
+using static A.C.X;
 
 namespace A.B
 {