Commit 0740595f authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Change the order of "expected" and "actual" in test

parent 81862fd6
...@@ -12,7 +12,7 @@ assert('regression for #1572') do ...@@ -12,7 +12,7 @@ assert('regression for #1572') do
File.write script.path, 'p "ok"' File.write script.path, 'p "ok"'
system "#{cmd('mrbc')} -g -o #{bin.path} #{script.path}" system "#{cmd('mrbc')} -g -o #{bin.path} #{script.path}"
o = `#{cmd('mruby')} -b #{bin.path}`.strip o = `#{cmd('mruby')} -b #{bin.path}`.strip
assert_equal o, '"ok"' assert_equal '"ok"', o
end end
assert '$0 value' do assert '$0 value' do
......
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