[corlib] Fix test to not rely on compiler generated method
[mono.git] / mcs / class / corlib / System.Diagnostics.Contracts / PureAttribute.cs
index 948eb95f8058644294e28601bf69f861a33c5a11..b2602b259686850ce14ad65b857a0ddc49ef7ce1 100644 (file)
@@ -33,7 +33,6 @@ using System;
 namespace System.Diagnostics.Contracts
 {
        [ConditionalAttribute("CONTRACTS_FULL")]
-       [ConditionalAttribute("CONTRACTS_PRECONDITIONS")]
        [AttributeUsageAttribute (AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.Delegate)]
        public sealed class PureAttribute : Attribute
        {