Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs0019-16.cs
index e9c07ec3253a0f34cca2b8dd03c72ead3dc70702..cb21735b41474a74b63c5512856ab20c4ecc7263 100644 (file)
@@ -1,4 +1,4 @@
-// cs0019-16.cs: Operator `<<' cannot be applied to operands of type `byte' and `uint'
+// CS0019: Operator `<<' cannot be applied to operands of type `byte' and `uint'
 // Line: 9
 
 using System;