different check
[mono.git] / mcs / tests / test-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5529444..0a18d50
@@ -2,6 +2,6 @@ class X {
        static int Main (string [] args)
        {
                System.Console.WriteLine ("Hello, World");
-               return 1;
+               return 0;
        }
 }