X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-269.cs;h=3b4eca845134fb7bc1265296c7ce1c7a22f2cb06;hb=7680ad2da1cfa9456c7d75030c16f6dc21dc3938;hp=8737ef80b8df0ce1d43557375ef6e6eb6f0e91cb;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/tests/test-269.cs b/mcs/tests/test-269.cs index 8737ef80b8d..3b4eca84513 100644 --- a/mcs/tests/test-269.cs +++ b/mcs/tests/test-269.cs @@ -187,6 +187,10 @@ class Class1 if (result != 21) return 8; + result = s.InstAddABunchOfInts (__arglist ( )); + if (result != 0) + return 9; + return 0; } }