New test.
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / StringFreezingAttribute.cs
index ad6816dc9339e84d2f2d9054446bc36acd2527fa..11e635bf7f1066269dc517ed2664fc339e3b3557 100644 (file)
@@ -31,7 +31,7 @@ using System;
 
 namespace System.Runtime.CompilerServices {
 
-       [AttributeUsage (AttributeTargets.Assembly)] 
+       [AttributeUsage (AttributeTargets.Assembly, Inherited=false)] 
        [Serializable]
        public sealed class StringFreezingAttribute : Attribute
        {