D'oh!! guard 2.0 namespace with NET_2_0
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 15 Dec 2006 02:24:15 +0000 (02:24 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 15 Dec 2006 02:24:15 +0000 (02:24 -0000)
svn path=/trunk/mcs/; revision=69518

mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs

index d8fe2e4d90640d8c6056e27894c5b2f598c57ed5..d9d69bc175813f1df3f505e6b644e70695c9130e 100644 (file)
@@ -15,7 +15,6 @@
 //
 
 using System;
-using System.Collections.Generic;
 using System.Threading;
 using System.Reflection;
 using System.Reflection.Emit;
@@ -25,6 +24,10 @@ using System.Security.Permissions;
 using System.Runtime.InteropServices;
 using NUnit.Framework;
 
+#if NET_2_0
+using System.Collections.Generic;
+#endif
+
 namespace MonoTests.System.Reflection.Emit
 {