Wrong file to install
[mono.git] / mcs / errors / cs0242.cs
index 494e3b7d0a0c248705897096c04e9a97b0a4205b..aa3c570aa26cf2c3360181aaa791e5aa11d74acd 100644 (file)
@@ -1,6 +1,7 @@
-// cs0242: operation is not defined for void *
-// Line: 10
+// CS0242: The operation in question is undefined on void pointers
+// Line: 11
 // Compiler options: -unsafe
+
 using System;
 
 unsafe class ZZ {
@@ -11,3 +12,4 @@ unsafe class ZZ {
                        return;
        }
 }
+