[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1726-2.cs
index 8b270458bb50eece0d6d47b6d72e1c97047d86fc..8dfe8a482fd18f4e506e7577baa42d78fc87650f 100644 (file)
@@ -1,6 +1,6 @@
-// gcs1726-2.cs: Friend assembly reference `MyAssemblyName, PublicKeyToken=43b5d2e9a794bdcb' is invalid. Strong named assemblies must specify a public key in their InternalsVisibleTo declarations
+// CS1726: Friend assembly reference `MyAssemblyName, PublicKeyToken=43b5d2e9a794bdcb' 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;