New test.
[mono.git] / mcs / errors / cs0501.cs
index 1448d79e91e7199361188f5707e9fe185736b66a..6e5f3177cf622f39f2f3eca2228cf6d95e3633f5 100644 (file)
@@ -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 ();
 }