[xbuild] Vbc task - make error column check a little non-specific.
[mono.git] / mcs / tests / test-57.cs
index 2d23bdedb13226fd85ae90f3576e1ad82e033672..9f4c1b82f86920ec9448a703b8ea60e003ce59ec 100644 (file)
@@ -35,6 +35,7 @@ public class Blah {
        {
                Button1.Click += new EventHandler (Button1_Click);
                Button1.Click += new EventHandler (Foo_Click);
+               Button1.Click += null;
        }
 
        public void Button1_Click (int i, int j)