Report error about missing async support types
[mono.git] / mcs / errors / cs3005.cs
index 7d05a856014a0e95aa705cbf5d2912f231206cb4..3ba8fd416acb3b83c9f759574f51cc59bd220d51 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005: Identifier foo differing only in case is not CLS-Compliant.
+// CS3005: Identifier `ErrorCS3005.foo' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant (true)]