Branch: refs/heads/master
Revision: d62c154
Author: lydia-duncan
Log Message:
Merge pull request #17544 from lydia-duncan/fixMultilocTests
Fix multiloc runs for the operator keyword
[reviewed by @dlongnecke-cray]
Updates the AtomicObjects module to use operator methods and the operator keyword
One of the tests needed the operator keyword and could not use operator methods due
to potentially #17429. The others just needed their output adjusted to include the
keyword.
Passed a fresh checkout of the tests
Modified Files:
M modules/packages/AtomicObjects.chpl
M test/library/standard/Set/setCommTest.chpl
M test/optimizations/bulkcomm/bharshbarg/remote.good.orig
M test/optimizations/sungeun/bulk_transfer/assignMultiloc.good
Compare: https://github.com/chapel-lang/chapel/compare/9eaf034845a3...d62c1542ff51