* mcs/class.cs (GetPartialBases): Fix return value check of part.GetClassBases.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 8 Jun 2005 05:15:03 +0000 (05:15 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 8 Jun 2005 05:15:03 +0000 (05:15 -0000)
commit5c1dc6e8f0fa9130d242cd704e67b26f1a195914
treee6d6838819afc7497a363122a616641a2a4e962d
parent951d47ecc501d4919d4865ce8eb41e3c8fdb61ac
* mcs/class.cs (GetPartialBases): Fix return value check of part.GetClassBases.
* tests/test-388.cs, tests/test-389.cs: New tests from #75160.  They're
actually interdependent.  #75160 is a file-ordering bug, and we
use the two testcases to drive the two different orderings.
* tests/Makefile (TEST_HARNESS_EXTRAS): Add test-388.cs and test-389.cs.

svn path=/trunk/mcs/; revision=45613
mcs/mcs/ChangeLog
mcs/mcs/class.cs
mcs/tests/ChangeLog
mcs/tests/Makefile
mcs/tests/test-388.cs [new file with mode: 0644]
mcs/tests/test-389.cs [new file with mode: 0644]