Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs0713-2.cs
index 179da5d4929cfbdbdb6f83ae3d220cc0ddf3b0f8..163dab8dd7e7adf4a9b4d72e6d10eb56e921a873 100644 (file)
@@ -1,4 +1,4 @@
-// cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object
+// CS0713: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object
 // Line: 4
 
 static partial class StaticClass {