Merge pull request #5010 from Unity-Technologies/boehm-gc-alloc-fixed-sre
[mono.git] / mcs / errors / cs0012-14.cs
index 83009b108b7ae5d27174c0185c7a7d4998145239..d6c858ae149d95636176195c4b109c58472b4d75 100644 (file)
@@ -1,4 +1,4 @@
-// CS0012: The type `A1' is defined in an assembly that is not referenced. Consider adding a reference to assembly `CS0012-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
+// CS0012: The type `AA' is defined in an assembly that is not referenced. Consider adding a reference to assembly `CS0012-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
 // Line: 9
 // Compiler options: -r:CS0012-14-lib.dll
 
@@ -6,6 +6,6 @@ class Test
 {
        public static void Main ()
        {
-               B.Foo (null);
+               B.Foo (new Test ());
        }
 }