[xbuild] Fix bug #676671. Raise AnyEvent .
[mono.git] / mcs / errors / cs0260.cs
index 20e9a456b182df644c5b3d00209a18c6800572a7..4a8a90ed3359f798eee3d147cd0b2c2d3dcc4530 100644 (file)
@@ -1,4 +1,4 @@
-// CS0260: Missing partial modifier on declaration of type `Foo'; another partial implementation of this type exists
+// cs0260.cs: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists
 // Line: 3
 public class Foo
 { }