Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3015-1.cs
index 27c605c59961ceb81de82c2374c390dae76fa469..d998e81cee65f629c44fa97bde7a8931b7fc277c 100644 (file)
@@ -1,5 +1,6 @@
-// cs3015-1.cs: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
-// Line: 7
+// CS3015: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]