X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Ft-missing.cs;h=dbdd53cfc67d292c43de08958f35721947dda489;hb=de60d57559cbac1591fb18d0a14b0597d177ed91;hp=bbb25bfb39ddcae1f7efb11b52fb880915f82389;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mono/tests/t-missing.cs b/mono/tests/t-missing.cs index bbb25bfb39d..dbdd53cfc67 100644 --- a/mono/tests/t-missing.cs +++ b/mono/tests/t-missing.cs @@ -4,6 +4,7 @@ namespace Missing { #if FOUND public class Foo1 { + public class InnerFoo {} } #endif @@ -24,6 +25,7 @@ public class Foo2 { #endif } + public class Foo3 { #if FOUND public static int i;