Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / benchmark / boxtest.cs
old mode 100755 (executable)
new mode 100644 (file)
index 04385f7..cde46ca
@@ -4,7 +4,7 @@ using System;
 public class Test {
 
        public static int Main (string[] args) {
-               object x;
+               object x = null;
                
                for (int i = 0 ; i < 5000000; i++) {
                        x = i;