ReTest.jl icon indicating copy to clipboard operation
ReTest.jl copied to clipboard

fix integer type mismatch on x86

Open Red-Portal opened this issue 1 year ago • 0 comments

resolve! takes an id::Int64, but fetchtests tries to assign an integer literal into it, which is an Int32 for x86. This commit explicitly converts the literal into Int64.

Red-Portal avatar Aug 17 '23 19:08 Red-Portal