This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add semantics test for `get_team`
ClosedPublic

Authored by ktras on Jun 22 2022, 12:13 PM.

Details

Summary

Add a semantics test for the intrinsic function get_team.

Diff Detail

Event Timeline

ktras created this revision.Jun 22 2022, 12:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Jun 22 2022, 12:13 PM
ngeorge1098 added inline comments.Jun 24 2022, 2:17 PM
flang/test/Semantics/get_team.f90
10

This is more of a nitpick, but the variable i is not used in this test, so I assume that it can be removed.

ktras updated this revision to Diff 441202.Jun 29 2022, 4:34 PM

Remove unused variable from the test.

ngeorge1098 accepted this revision.Jun 29 2022, 6:41 PM

Looks good to me.

This revision is now accepted and ready to land.Jun 29 2022, 6:41 PM

@ngeorge1098 Thanks for the review!

This revision was automatically updated to reflect the committed changes.