svn path=/trunk/mcs/; revision=70020
@@ -24,6 +24,8 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
+#if NET_2_0
+
using System;
using System.ComponentModel;
@@ -65,3 +67,5 @@ namespace MonoTests.System.ComponentModel
}
+#endif