X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-805.cs;h=dc4d6de67b4646cd8abdeec07b2354c1eeb6f793;hb=22faa8733f4899d57064ba364b072648805bcee1;hp=298d3877b3505369d8a4e42a93407ab32e91e534;hpb=3664f9db8f85efc3cb70e725322a8dc9b096d3bb;p=mono.git diff --git a/mcs/tests/test-805.cs b/mcs/tests/test-805.cs index 298d3877b35..dc4d6de67b4 100644 --- a/mcs/tests/test-805.cs +++ b/mcs/tests/test-805.cs @@ -8,7 +8,8 @@ public class TestClass var b = a.Test (); if (b.ReturnValue () != 5) return 1; - + + a.Test2 (null); return 0; } } @@ -24,3 +25,7 @@ public class B public class C { } + +public class G +{ +}