[System.Core] Add new tests for MemoryMappedFile.
[mono.git] / mcs / errors / cs0501.cs
old mode 100755 (executable)
new mode 100644 (file)
index 1448d79..6e5f317
@@ -1,5 +1,6 @@
-// cs0501.cs: `Class.X' must declare a body because it is not marked abstract or extern
-// Line: 4
+// CS0501: `Class.X()' must have a body because it is not marked abstract, extern, or partial
+// Line: 5
+
 class Class {
        virtual public void X ();
 }