[Chapel Merge] Add the missing iterator pragma in the UnrolledLin

Branch: refs/heads/master
Revision: b60b742
Author: e-kayrakli
Log Message:

Merge pull request #17063 from e-kayrakli/ull-add-pragma

Add the missing iterator pragma in the UnrolledLinkedList module

Follow on to https://github.com/chapel-lang/chapel/pull/16244

The new UnrolledLinkedList module had an iterator without the “order
independent” pragma, that caused --verify failures. This PR adds that.

Trivial, not reviewed.

Modified Files:
M modules/packages/UnrolledLinkedList.chpl

Compare: Comparing 98e7b77affb8...b60b74287d7f · chapel-lang/chapel · GitHub