mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
The current behavior is undefined in C when converting the double to a u32, so the tests fail on some compilers. For now, I'm just removing those parts of the tests because I'm not sure what I want the behavior to be. Modulo? Truncate? Runtime error?