Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-282003-07-28 Martin Baulig <martin@ximian.com>Martin Baulig
* cs0075.cs: This test case was incorrect; according to the spec, `(double) -1' is allowed since `double' is a builtin type. However, `(A) -1' is not allowed where `A' is a valuetype and has an implicit conversion from int. svn path=/trunk/mcs/; revision=16776
2002-12-03With these new tests (73-79) we have completed the tests from CS0001 toJaime Anguiano Olarra
CS0100 for the compiler. svn path=/trunk/mcs/; revision=9369