Merge pull request #2256 from joelmartinez/docs-morenetdocs
[mono.git] / mcs / class / System.ComponentModel.DataAnnotations / Test / System.ComponentModel.DataAnnotations / CustomValidationAttributeTest.cs
index 41c4c8a77cd6f96e03c9e0dfcd6c182e17f0168c..2cef47f844bc291083938ce53368b9207a1c4759 100644 (file)
@@ -34,7 +34,6 @@ using MonoTests.Common;
 
 namespace MonoTests.System.ComponentModel.DataAnnotations
 {
-#if NET_4_0
        [TestFixture]
        public class CustomValidationAttributeTest
        {
@@ -275,6 +274,7 @@ namespace MonoTests.System.ComponentModel.DataAnnotations
                                attr.IsValid ("test");
                        }, "#A12");
                }
+       }
 
                class PrivateValidatorMethodContainer
                {
@@ -327,6 +327,4 @@ namespace MonoTests.System.ComponentModel.DataAnnotations
                                throw new ApplicationException ("SNAFU");
                        }
                }
-       }
-#endif
 }