Fix build.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 6 Sep 2010 21:15:48 +0000 (18:15 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 6 Sep 2010 21:16:32 +0000 (18:16 -0300)
* bug-348522.2.cs: gmcs now complains about a thinko here.

mono/tests/bug-348522.2.cs

index a5d7aef796135edf535c018ba992ed70400feeec..5d845024b284aa01b0d68776367a030c5db94c6e 100644 (file)
@@ -124,7 +124,7 @@ class Driver
 
 class PassesStuffBinder : BaseBinder
 {
-       object stuff = stuff;
+       object stuff = null;
 
        public PassesStuffBinder (object stuff)
        {