Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_spack: Fix argument types in testcase
uint8_t obviously doesn't match the fmtstring for uint64_t. Since it gets promoted to int, it still worked for uint{8,16,32}_t, but it only worked for uint64_t by chance. Should fix MSYS build error that appeared with a gcc update: https://github.com/mmitch/gbsplay/actions/runs/6474003670/job/17577957685
- Loading branch information