mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix warning: '*' interpreted as argument prefix
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ $test_start = Time.now if Object.const_defined?(:Time)
|
||||
unless RUBY_ENGINE == "mruby"
|
||||
# For bintest on Ruby
|
||||
def t_print(*args)
|
||||
print *args
|
||||
print(*args)
|
||||
$stdout.flush
|
||||
nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user