make this build
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 4 Oct 2005 09:49:07 +0000 (09:49 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 4 Oct 2005 09:49:07 +0000 (09:49 -0000)
svn path=/trunk/mono/; revision=51159

mono/benchmark/boxtest.cs

index 04385f712d011c533fb0c02c5d08c7bf85372a95..cde46ca3cdee462775e0c80abc772224559c5835 100644 (file)
@@ -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;