Unverified Commit 6ec855a3 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4351 from shuujii/fix-warning-interpreted-as-argument-prefix

Fix warning: '*' interpreted as argument prefix
parents 19537b10 9b024dcf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment