# File test/test_unified_ruby.rb, line 45
  def test_call_args
    @insert = s(:call, s(:lit, 42), :y, s(:array, s(:lit, 24)))
    @expect = s(:call, s(:lit, 42), :y, s(:arglist, s(:lit, 24)))

    doit
  end