* PEAPI.cs: Clean up indentation. Split into ...
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / TestRectangleConverter.cs
index 92f93f9a9957ad3a92ce05de7a88bc79fb3fb0bc..dbc36ddd77919c00f2c6a60876468c6837827f40 100644 (file)
@@ -34,6 +34,7 @@ using System.ComponentModel;
 using System.ComponentModel.Design.Serialization;
 using System.Drawing;
 using System.Globalization;
+using System.Security.Permissions;
 using System.Threading;
 
 using NUnit.Framework;
@@ -41,6 +42,7 @@ using NUnit.Framework;
 namespace MonoTests.System.Drawing
 {
        [TestFixture]
+       [SecurityPermission (SecurityAction.Deny, UnmanagedCode = true)]
        public class RectangleConverterTest
        {
                Rectangle rect;