From: Nicola Pero Date: Fri, 4 Jun 2004 01:24:34 +0000 (+0000) Subject: New ObjC testcases to make sure Protocol-isEqual: is well implemented in the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72fab006113a72f011e261cb291602195726f7d5;p=gcc.git New ObjC testcases to make sure Protocol-isEqual: is well implemented in the runtime library From-SVN: r82621 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 14252999c6b..96f85355649 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2004-06-04 David Ayers + + * objc/execute/protocol-isEqual-4.m: New testcase. + +2004-06-04 Nicola Pero + + * objc/execute/protocol-isEqual-1.m: New testcase. + * objc/execute/protocol-isEqual-2.m: New testcase. + * objc/execute/protocol-isEqual-3.m: New testcase. + 2004-06-03 Tobias Schlueter * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.