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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user