Branch: refs/heads/main
Revision: bbe6a99
Author: bmcdonald3
Link: Add --checks to compopts for map bounds checking by bmcdonald3 · Pull Request #18682 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #18682 from bmcdonald3/map-compopts
Add --checks to compopts for map bounds checking
When adding in the bounds checking tests for the new resizeThrehsold
in map
, I forgot to add the --checks
flag to the compopts, so the tests were failing in --fast
. This PR adds a --checks
compopts to both of the tests.
Modified Files:
A test/types/chplhashtable/resize-threshold-oob1.compopts
A test/types/chplhashtable/resize-threshold-oob2.compopts
Compare: https://github.com/chapel-lang/chapel/compare/6dc3b4fac3c7...bbe6a9955367