X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0266-8.cs;h=cfb7799ee52e74078e5a3549757338c436c03cec;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=f916e086017b0fc930c99041b4737074fcded697;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/errors/cs0266-8.cs b/mcs/errors/cs0266-8.cs index f916e086017..cfb7799ee52 100644 --- a/mcs/errors/cs0266-8.cs +++ b/mcs/errors/cs0266-8.cs @@ -1,4 +1,4 @@ -// cs0266-8.cs: Cannot implicitly convert type `void*' to `int*'. An explicit conversion exists (are you missing a cast?) +// CS0266: Cannot implicitly convert type `void*' to `int*'. An explicit conversion exists (are you missing a cast?) // Line: 7 // Compiler options: -unsafe