mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a98c6b62ea
Since `Kernel#puts` is undefined in unit tests, using `Kernel#print` is required. Previously, for example, running `rake test` with the following build configuration caused the tests to fail. ```ruby MRuby::Build.new do toolchain enable_debug enable_test enable_bintest gem core: "mruby-bin-mrb" end ```