[System.Core] Add new tests for MemoryMappedFile.
[mono.git] / mcs / errors / cs0501.cs
index 0084ba965de702176ac3261715839d2db4cd7b27..6e5f3177cf622f39f2f3eca2228cf6d95e3633f5 100644 (file)
@@ -1,4 +1,4 @@
-// CS0501: `Class.X()' must have a body because it is not marked abstract or extern
+// CS0501: `Class.X()' must have a body because it is not marked abstract, extern, or partial
 // Line: 5
 
 class Class {