X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0133.cs;h=094194deabb2497744a4322b9adea4c922264d81;hb=cb0267cf438a78f54b0d9307dec47984b38b97bb;hp=55e016676fd1ad0e2b27512f951100e8f3f9ec7d;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0133.cs b/mcs/errors/cs0133.cs index 55e016676fd..094194deabb 100644 --- a/mcs/errors/cs0133.cs +++ b/mcs/errors/cs0133.cs @@ -1,4 +1,4 @@ -// cs0133.cs: The expression being assigned to `x' must be constant +// CS0133: The expression being assigned to `x' must be constant // Line: 6 class X { X (int arg)