Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb

    r321 r439  
    6868  `#{cmd('mruby-strip')} -l #{without_lv.path}`
    6969  assert_true without_lv.size < with_lv.size
    70 
    71   assert_equal '[:a, :b]', `#{cmd('mruby')} -b #{with_lv.path}`.chomp
    72   assert_equal '[]', `#{cmd('mruby')} -b #{without_lv.path}`.chomp
     70#
     71#  assert_equal '[:a, :b]', `#{cmd('mruby')} -b #{with_lv.path}`.chomp
     72#  assert_equal '[]', `#{cmd('mruby')} -b #{without_lv.path}`.chomp
    7373end
Note: See TracChangeset for help on using the changeset viewer.