diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-19 18:47:56 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-19 18:47:56 +0000 |
commit | d457fdad2dbcba31eee20f491deae3120db11dec () | |
tree | b22a65c2882e7408c924bc41f90d7c2c614c2460 /bootstraptest/test_eval.rb | |
parent | e07663ec1fa3f03031fd6e074446857490767983 (diff) |
* eval.c, vm_insnhelper.c: fix cref in instance_eval
and cvar_base search protocol. * bootstraptest/test_knownbug.rb, test_eval.rb: move soleved test and add new tests. * test/ruby/test_eval.rb: fix tests for spec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | bootstraptest/test_eval.rb | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -236,3 +236,49 @@ assert_equal 'ok', %q{ :ok end } |