X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs1010.cs;h=9047715deeb289aa3fdd7c48aeb0dd93a1578d46;hb=d127b293394ad7815b8c7cf9b4d21de8359b2707;hp=f70d491032819dffddab72c6038b7fcddee4ca71;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/errors/cs1010.cs b/mcs/errors/cs1010.cs index f70d4910328..9047715deeb 100644 --- a/mcs/errors/cs1010.cs +++ b/mcs/errors/cs1010.cs @@ -1,8 +1,8 @@ -// cs1010.cs : Newline in constant -// Line : 6 - -class X -{ - static string s = "Hello -world!"; +// cs1010.cs : Newline in constant +// Line : 6 + +class X +{ + static string s = "Hello +world!"; } \ No newline at end of file