Joel Sherrill started a new discussion on testsuites/psxtests/psximfs01/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128191

 > -{
 > -  int rc;
 > -
 > -  puts( "close(" FILE_NAME ") - OK " );
 > -  rc = close( TestFd );
 > -  rtems_test_assert( rc == 0 );
 > -}
 > -
 > -void unlink_it(void)
 > -{
 > -  int rc;
 > -
 > -  puts( "unlink(" FILE_NAME ") - OK" );
 > -  rc = unlink( FILE_NAME );
 > -  rtems_test_assert( rc == 0 );
 > +void *empty_space(){

I see four ){ instance in your changes. Eliminate them.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_128191
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to