mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_iseq.rb: update expected error message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba4d6ae75f
commit
03dc91facf
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class TestISeq < Test::Unit::TestCase
|
||||||
f.puts "end"
|
f.puts "end"
|
||||||
f.close
|
f.close
|
||||||
path = f.path
|
path = f.path
|
||||||
assert_in_out_err(%W[- #{path}], "#{<<-"begin;"}\n#{<<-"end;"}", /unexpected end/, [], success: true)
|
assert_in_out_err(%W[- #{path}], "#{<<-"begin;"}\n#{<<-"end;"}", /unexpected `end'/, [], success: true)
|
||||||
begin;
|
begin;
|
||||||
path = ARGV[0]
|
path = ARGV[0]
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue