Merge pull request #4040 from ntherning/disable-symbolicate-tests-on-windows
[mono.git] / mcs / errors / cs3017.cs
index a0a0866891ad4d4817300bd82d50f3e37c152b78..dd701a4399ea40bd50ec3cd606caeb8aa7d9bb5a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3017.cs: You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly
-// Line: 6
+// CS3017: You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly
+// Line: 7
+// Compiler options: -warnaserror -warn:1
 
 using System;