[Chapel Merge] Fix test that previously expected fatbin file to b

Branch: refs/heads/main
Revision: 3c59cc1
Author: stonea
Link: Fix test that previously expected fatbin file to be output. by stonea · Pull Request #18663 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #18663 from stonea/gpu_bundle_bin_testfix

Fix test that previously expected fatbin file to be output.

Fixing the gpuAddNums test failure in Jenkins noted here:

https://chapel-ci.us.cray.com/job/cray-cs-correctness-test-cray-cs-gpu-native/246/testReport/(root)/gpu_native_gpuAddNums/gpuAddNums/

Introduced by this PR:

I missed this failure in failure in paratests since we don't run the GPU tests and missed it on my manual run of those tests in Osprey as the fatbin file was left around from a previous testrun and I didn't clean up the environment between runs.

[Reviewed by @e-kayrakli]

Modified Files:
M test/gpu/native/gpuAddNums/gpuAddNums.chpl

Compare: https://github.com/chapel-lang/chapel/compare/bfced523f53f...3c59cc1785e2