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>2004-09-01 22:11:51 +0400
committerMarek Safar <marek.safar@gmail.com>2004-09-01 22:11:51 +0400
commit8dd945f2d1b44f46417c2088915bf8e06120dc77 (patch)
treee01e6db972ecf88a38db592125d409e05576b069 /mcs/tests/test-286.cs
parent676d4a50cdc82cf597d99c43f6a309d3e6ad6666 (diff)
Fixed test-286
svn path=/trunk/mcs/; revision=33170
Diffstat (limited to 'mcs/tests/test-286.cs')
-rw-r--r--mcs/tests/test-286.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/tests/test-286.cs b/mcs/tests/test-286.cs
index d52ce5243b7..7a7811640df 100644
--- a/mcs/tests/test-286.cs
+++ b/mcs/tests/test-286.cs
@@ -1,3 +1,5 @@
+// Compiler options: -r:System.XML
+
abstract class MethodWrapper
{
private string[] declaredExceptions;