Fixed the namespace.
authorPaolo Molaro <lupus@oddwiz.org>
Mon, 15 Feb 2010 17:56:46 +0000 (17:56 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Mon, 15 Feb 2010 17:56:46 +0000 (17:56 -0000)
svn path=/trunk/mcs/; revision=151749

mcs/class/corlib/System.Runtime/TargetedPatchingOptOutAttribute.cs

index 721e6a644c8362f84ba91e05e4d45c7d7bb048cf..23854a4cf5c302c5a3b53d1964af292bf26744ca 100644 (file)
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
 
 #if NET_4_0
 
-namespace System.Runtime.CompilerServices {
+namespace System.Runtime {
 
        [AttributeUsage (AttributeTargets.Constructor|AttributeTargets.Method, AllowMultiple=false, Inherited = false)] 
        public sealed class TargetedPatchingOptOutAttribute : Attribute