Merge pull request #188 from damageboy/exposed-handle-compat
[mono.git] / mcs / class / corlib / Test / System.Security.Principal / WindowsPrincipalTest.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3fffdf0..178490b
@@ -70,7 +70,7 @@ namespace MonoTests.System.Security.Principal {
                public void IsInRole_Null ()
                {
                        WindowsPrincipal p = new WindowsPrincipal (WindowsIdentity.GetAnonymous ());
-                       Assert ("IsInRole(Null)", !p.IsInRole (null));
+                       Assert ("IsInRole(Null)", !p.IsInRole ((string)null));
                }
 
                [Test]