Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs1624.cs
index f27651240c19a23f168f6234e1e70cef3288cbb6..840c36e1801ca260d795483999afb78fd67d732b 100644 (file)
@@ -1,4 +1,4 @@
-// cs1624.cs: The body of `X.Test(int)' cannot be an iterator block because `System.Collections.ArrayList' is not an iterator interface type
+// CS1624: The body of `X.Test(int)' cannot be an iterator block because `System.Collections.ArrayList' is not an iterator interface type
 // Line: 8
 using System;
 using System.Collections;