We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f1c67 commit db4221fCopy full SHA for db4221f
src/tests/unit/teams/team-number.f90
@@ -46,7 +46,7 @@ program main
46
!call assert(
47
! team_number(c_loc(home))==standard_initial_value,"initial team number conforms with Fortran standard before 'change team'"
48
!)
49
- !! TODO: uncomment the following assertion after implementing support for team_number's optional argument:
+ !! TODO: uncomment the above assertion after implementing support for team_number's optional argument:
50
51
after_change_team: block
52
associate(my_team=>mod(this_image(),2)+1)
0 commit comments