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>2004-01-22 04:25:36 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-01-22 04:25:36 +0300
commitdeaba7eecfb5aada46325141da8dde789d78e18a (patch)
tree8e7504061249643abe321473380b7e693e832a2e /mcs/tests/test-228.cs
parent34d41cb69c97fc5f71e412d8163363b95bc94fd9 (diff)
Improve text
svn path=/trunk/mcs/; revision=22366
Diffstat (limited to 'mcs/tests/test-228.cs')
-rw-r--r--mcs/tests/test-228.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/tests/test-228.cs b/mcs/tests/test-228.cs
index cd898066d9c..32124f7c8e5 100644
--- a/mcs/tests/test-228.cs
+++ b/mcs/tests/test-228.cs
@@ -1,6 +1,7 @@
//
-// Test for bug reported on the mono-devel-list
-//
+// Test for bug reported on the list. The bug was that the
+// compiler was generating copies of the static variable, before
+// passing it. A trick that we do for readonly variables
using System;
namespace BadRefTest