matcher-1.m: Change return type to int

my_exception_matcher must return int.  Otherwise, this test fails.

	PR testsuite/84324
	* objc/execute/exceptions/matcher-1.m (my_exception_matcher):
	Change return type to int.
This commit is contained in:
H.J. Lu
2020-05-05 13:35:36 -07:00
parent 5a26ea7e0f
commit d0aed8d5ba
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2020-05-05 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/84324
* objc/execute/exceptions/matcher-1.m (my_exception_matcher):
Change return type to int.
2020-05-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/93366
@@ -20,7 +20,7 @@ int main(void)
static unsigned int handlerExpected = 0;
void
int
my_exception_matcher(Class match_class, id exception)
{
/* Always matches. */