Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2007-02-27 01:09:40 +0300
committerMarek Safar <marek.safar@gmail.com>2007-02-27 01:09:40 +0300
commitcef90b481448ac50d46a9f45812a9002d1f7cebb (patch)
tree4cfdb0e44585bcc6c05d6ead70429c99459dc006 /mcs/tests/test-269.cs
parent55c907c283149570944505554d653b395eddb0cf (diff)
Add more tests.
svn path=/trunk/mcs/; revision=73448
Diffstat (limited to 'mcs/tests/test-269.cs')
-rw-r--r--mcs/tests/test-269.cs4
1 files changed, 4 insertions, 0 deletions
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;
}
}