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:
authorMiguel de Icaza <miguel@gnome.org>2005-04-18 00:08:37 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-04-18 00:08:37 +0400
commit54259a33ec5c7f9a44fceaa5e023e86688bb1a37 (patch)
tree9ca00f2a02fbc69a79a80dab1a2f712f1d4a9231 /mcs/tests/test-367.cs
parent3c1e543272d01f56a27ba89e39d06905d73326d2 (diff)
Update
svn path=/trunk/mcs/; revision=43174
Diffstat (limited to 'mcs/tests/test-367.cs')
-rw-r--r--mcs/tests/test-367.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/tests/test-367.cs b/mcs/tests/test-367.cs
index 8f842e83339..371e69a0deb 100644
--- a/mcs/tests/test-367.cs
+++ b/mcs/tests/test-367.cs
@@ -1,3 +1,6 @@
+//
+// This is a test for bug #57703
+//
using System;
using System.Reflection;
@@ -10,4 +13,4 @@ class X {
{
return typeof (ITest).GetFields (BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance).Length;
}
-} \ No newline at end of file
+}