[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1061-7.cs
index 3c7d0ff0644653a3a3b002295b38e76faa194b21..dca11b0a50e082bf96e8e517eb21e3ba32d4b1af 100644 (file)
@@ -1,4 +1,4 @@
-// CS1061: Type `int' does not contain a definition for `Foo' and no extension method `Foo' of type `int' could be found (are you missing a using directive or an assembly reference?)
+// CS1061: Type `int' does not contain a definition for `Foo' and no extension method `Foo' of type `int' could be found. Are you missing an assembly reference?
 // Line: 9
 
 
@@ -8,4 +8,4 @@ public class M
        {
                1.Foo ("foo");
        }
-}
\ No newline at end of file
+}