X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-136.cs;h=fbef3ced10b28139d88cb82e6094adba25554b15;hb=ece3756293bacbc41e33969bdd7ecbf7eb1dfefd;hp=14d038fc301dc73bdd713e010bcbe23d585c4c15;hpb=6cfd2055426c190ca2f6a9f8ca3af2da6f6a79d0;p=mono.git 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;