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:
authorMartin Baulig <martin@novell.com>2006-02-14 18:29:46 +0300
committerMartin Baulig <martin@novell.com>2006-02-14 18:29:46 +0300
commitaf47c9a62560dacc7b49c51298c60f8078b521c3 (patch)
tree23dcc660a68f3d19e2ef2feae79415a5519cb653 /mcs/tests/gtest-136.cs
parent0809511c540130da09cb9b5a7f43c80a3d25a7aa (diff)
2006-02-14 Martin Baulig <martin@ximian.com>
* known-issues-gmcs: Add test-473.cs. * gtest-130.cs, gtest-136.cs: Make these tests actually work. svn path=/trunk/mcs/; revision=56854
Diffstat (limited to 'mcs/tests/gtest-136.cs')
-rw-r--r--mcs/tests/gtest-136.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/tests/gtest-136.cs b/mcs/tests/gtest-136.cs
index 14d038fc301..fbef3ced10b 100644
--- a/mcs/tests/gtest-136.cs
+++ b/mcs/tests/gtest-136.cs
@@ -1,7 +1,7 @@
using System;
namespace Martin {
- public class A
+ public struct A
{
public readonly long Data;
@@ -16,7 +16,7 @@ namespace Martin {
}
}
- public class B
+ public struct B
{
public readonly int Data;