mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (rb_method_missing): fix stack trace.
* bootstraptest/test_knownbug.rb: move solved tests. * bootstraptest/test_method.rb, test/ruby/test_regexp.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
329484693a
commit
9c7aab17a5
5 changed files with 27 additions and 17 deletions
|
@ -1021,3 +1021,8 @@ assert_equal 'ok', %q{
|
|||
:ok
|
||||
end
|
||||
}
|
||||
|
||||
assert_not_match /method_missing/, %q{
|
||||
STDERR.reopen(STDOUT)
|
||||
variable_or_mehtod_not_exist
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue