[msvc] Update csproj files
[mono.git] / mcs / tests / test-90.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5a097f5..eae64a7
@@ -28,8 +28,10 @@ namespace N1
                }
        }
 
-       static int Main  ()
-       {
-               return 0;
+       public class Blah {
+               public static int Main  ()
+               {
+                       return 0;
+               }
        }
 }