Merge pull request #4935 from lambdageek/dev-handles-may
[mono.git] / mcs / tests / gtest-408.cs
index 53fac0e78603dc288cf891f5f79a97c6b0598a5f..64e21f452548c4ed114d6afb7c976de824b50ab3 100644 (file)
@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
 
 public class Test
 {
-       static public int Main ()
+       public static int Main ()
        {
                object [] o = typeof (IFoo).GetMethod ("get_Item").GetParameters () [0].GetCustomAttributes (false);
                if (o.Length != 1)