[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-157.cs
index 32943211e3578051d5040b6eea80386edee6ed90..109942fedef49fa5ac0466b9fd36603dcbbcd423 100644 (file)
@@ -19,7 +19,7 @@ namespace Test {
        
        [My("testclass")]
        public class Test {
-               static public int Main () {
+               public static int Main () {
                        System.Reflection.MemberInfo info = typeof (Test);
                        object[] attributes = info.GetCustomAttributes (false);
                        for (int i = 0; i < attributes.Length; i ++) {