[Chapel Merge] Adjust _ddata_allocate call in interface test (#19

Branch: refs/heads/main
Revision: ed8ab0e
Author: dlongnecke-cray
Link: Adjust _ddata_allocate call in interface test by dlongnecke-cray · Pull Request #19247 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19247 from dlongnecke-cray/cron-fix-ifc-hashtable

Adjust _ddata_allocate call in interface test (#19247)

In #18928 I adjusted _ddata_allocate to no longer take a
param initElts: bool argument. While I adjusted the (few) callsites
for the function in module code, I missed this test that only
runs under --no-local.

Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com

Modified Files:
M test/constrained-generics/basic/set3/hashtable-table.chpl

Compare: https://github.com/chapel-lang/chapel/compare/4e121847034f...ed8ab0e568a0