More tweaks to dynamic overload resolution
[mono.git] / mcs / tests / test-269.cs
index 8737ef80b8df0ce1d43557375ef6e6eb6f0e91cb..3b4eca845134fb7bc1265296c7ce1c7a22f2cb06 100644 (file)
@@ -187,6 +187,10 @@ class Class1
                if (result != 21)
                        return 8;
 
+               result = s.InstAddABunchOfInts (__arglist ( ));
+               if (result != 0)
+                       return 9;
+               
                return 0;
        }
 }