zack liang commented on a discussion on testsuites/sptests/sptod/main.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_120763

 > +int main(
 > +  int    argc,
 > +  char **argv
 > +)
 > +#endif
 > +{
 > +  int i;
 > +
 > +  TEST_BEGIN();
 > +  
 > +  puts( "checking if getttimetod returns the right get and set struct 
 > members" );
 > +  i = 0;
 > +  while ( i < NUMBER_OF_DATES ) {
 > +    check_a_tod( &Dates[i] );
 > +    i++;
 > +  }

changed

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to