Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs1726.cs
index 8380743efbd549b2949de8b32c75b2c4269a6645..0790bcb0b3ab2310f5a4958c8b62fc6a296b92e9 100644 (file)
@@ -1,6 +1,6 @@
-// gcs1726.cs: Friend assembly reference `MyAssemblyName' is invalid. Strong named assemblies must specify a public key in their InternalsVisibleTo declarations
+// CS1726: Friend assembly reference `MyAssemblyName' is invalid. Strong named assemblies must specify a public key in their InternalsVisibleTo declarations
 // Line: 8
-// Compiler options: -keyfile:InternalsVisibleTest.snk
+// Compiler options: -keyfile:key.snk
 
 using System;
 using System.Runtime.CompilerServices;