YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
21 stars 11 forks source link

`min` assertion expecting incorrect value #180

Open tinkerer-red opened 1 month ago

tinkerer-red commented 1 month ago

The original expected value 0x1122334455667788 compiles as 1234605616436508552 where as the correct minimum value 0x8877665544332211 compiles as -8613303245920329199

If this is an error and we are not expecting a decimal from signed 2's complacence from compile time then this should be issued over on the bug reporter.