Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-05-31 19:53:53 +0400
committerMarek Safar <marek.safar@gmail.com>2012-05-31 19:54:42 +0400
commit7f1046817a72a75d0d7eb851f9bacaf4927e0498 (patch)
treeb2dc1d92ab03b2ee78f09e5808d5f5af634e433b /mcs/tests/test-715-lib.cs
parentd4e9fd67b99bcf1d3dfd22bfb5670f08b26c4973 (diff)
Update to the latest IKVM.Reflection
Diffstat (limited to 'mcs/tests/test-715-lib.cs')
-rw-r--r--mcs/tests/test-715-lib.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/tests/test-715-lib.cs b/mcs/tests/test-715-lib.cs
index 8cb901a678a..e90cb70cba6 100644
--- a/mcs/tests/test-715-lib.cs
+++ b/mcs/tests/test-715-lib.cs
@@ -3,5 +3,6 @@
using System.Reflection;
[assembly:AssemblyKeyFile("test-715.snk")]
-[assembly:AssemblyKeyName("foo")]
+// Have to install the container first but Mono's sn is broken
+// [assembly:AssemblyKeyName("foo")]
[assembly:AssemblyDelaySign(false)]