Branch: refs/heads/master
Revision: 04c1369
Author: dlongnecke-cray
Log Message:
Merge pull request #16840 from cassella/fix-listContains-negative-cases
The test was iterating over -1…-testIters, which is an empty range for
the positive value of testIters in use. Change it to -testIters…-1.
[Reviewed by @dlongnecke-cray]
Signed-off-by: Paul Cassella gitgitgit@manetheren.bigw.org
Modified Files:
M test/library/standard/List/contains/listContains.chpl
Compare: https://github.com/chapel-lang/chapel/compare/d399e8800ffd...04c1369d6fe1