[Chapel Merge] Fix deprecation failure with `--baseline`

Branch: refs/heads/main
Revision: 2fec1eb
Author: lydia-duncan
Link: Fix deprecation failure with `--baseline` by lydia-duncan · Pull Request #18902 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #18902 from lydia-duncan/fixBaselineFailure

Fix deprecation failure with --baseline
[very minor, not reviewed]

I had missed that one of the variables in the test was declared as integral
(a generic type) rather than int. This caused problems when compiling with
--baseline and isn't essential to the functionality of the test, so fix it.

Passed a fresh checkout with std and --baseline

Modified Files:
M test/deprecated/BigInteger/deprecateDivisible2expP.chpl

Compare: https://github.com/chapel-lang/chapel/compare/8f9e55986033...2fec1eb18e55