[w32handle] Remove unused header includes
[mono-project.git] / mcs / tests / test-715-lib.cs
blobe90cb70cba6d3fb04c235305a4ea3259f441ce30
1 // Compiler options: -target:module
3 using System.Reflection;
5 [assembly:AssemblyKeyFile("test-715.snk")]
6 // Have to install the container first but Mono's sn is broken
7 // [assembly:AssemblyKeyName("foo")]
8 [assembly:AssemblyDelaySign(false)]