[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Collections.ObjectModel / ReadOnlyCollectionTest.cs
index 390526cc5b53337124bdc2d0d5e826634443a1ff..90b728f3f1b15d49b4eeb21d79af9cfd66c0fa5f 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Collections;
@@ -128,4 +127,3 @@ namespace MonoTests.System.Collections.ObjectModel
        }
 }
 
-#endif