cairo-vm-go icon indicating copy to clipboard operation
cairo-vm-go copied to clipboard

Improve unit testing by allowing different types of operanders

Open cicr99 opened this issue 10 months ago • 1 comments

Currenty the testing structure we have creates Deref structs for the operanders we pass. This is consistent with ResOperanders, but if you would need a CellRef to be passed to the constructor it wouldn't be possible. It would be good to modify it as to allow us to pass the operander we need

cicr99 avatar Mar 28 '24 13:03 cicr99