Commit fbcb4c20 authored by cremno's avatar cremno Committed by Yukihiro "Matz" Matsumoto

update expected error message in bintest

parent 85bb1f92
...@@ -9,7 +9,7 @@ end ...@@ -9,7 +9,7 @@ end
assert('file not found') do assert('file not found') do
o = `bin/mruby-strip not_found.mrb 2>&1` o = `bin/mruby-strip not_found.mrb 2>&1`
assert_equal 1, $?.exitstatus assert_equal 1, $?.exitstatus
assert_equal "can't open file not_found.mrb\n", o assert_equal "can't open file for reading not_found.mrb\n", o
end end
assert('not irep file') do assert('not irep file') 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