Merge pull request #3586 from henricm/fix-win-uri-tests
[mono.git] / mcs / errors / cs1690-2.cs
index 360e52380f0f63b0db03b0819f4a8cc49d38fac3..e529cf686a7e2eb81f2f658b8100cf19e4cf363f 100644 (file)
@@ -1,5 +1,6 @@
-// cs1690-2.cs: Cannot call methods, properties, or indexers on `A.point' because it is a value type member of a marshal-by-reference class
-// Line: 21
+// CS1690: Cannot call methods, properties, or indexers on `A.point' because it is a value type member of a marshal-by-reference class
+// Line: 22
+// Compiler options: -warn:1 -warnaserror
 
 using System;