mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6dc73d2517
Merged the separate "Array#-" and "Array#- with large arrays" test blocks into a single comprehensive test. The unified test covers both basic functionality (type checking, simple subtraction) and the hash-based implementation for large arrays (>32 elements). Co-authored-by: Atlassian Rovo Dev