[test] add spec for RM-407

This commit is contained in:
Watson
2014-07-23 23:27:48 +09:00
parent e2ee8b06e5
commit 729d1e33c1
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ describe "WeakRef" do
hash = {weak_key => 42}
hash[key].should == 42
hash[weak_key].should == 42
hash["key"].should == 42
hash = {weak_key => 42}
hash[weak_key] = 123

2
vm

Submodule vm updated: 0e12100fc0...2271086dd7