In mono_thread_info_suspend_lock in non-coop, don't assert MonoThreadInfo* is non...
[mono.git] / mono / tests / testing_gac / v2 / gactestlib.cs
1
2 [assembly: System.Reflection.AssemblyVersion ("1.1.0.0")]
3
4 public class X
5 {
6         public static void N1 ()
7         {
8                 
9         }
10
11         // In the "v2" version, let's make this method missing.
12         // public static void N2 ()
13         // {
14         // }
15 }