From e1cc51407329230aab32088ed67f78b0c5c23e8b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Apr 2010 05:33:43 +0000 Subject: * test/ruby: fixed nonsense assertions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/marshaltestlib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/marshaltestlib.rb') diff --git a/test/ruby/marshaltestlib.rb b/test/ruby/marshaltestlib.rb index 3c8f1228a3..39471aac64 100644 --- a/test/ruby/marshaltestlib.rb +++ b/test/ruby/marshaltestlib.rb @@ -287,7 +287,7 @@ module MarshalTestLib o.extend(Mod1) str = MyString.new(o, "c") marshal_equal(str) { |v| - assert(v.instance_eval { @v }).kind_of?(Mod1) + assert(v.instance_eval { @v }.kind_of?(Mod1)) } end -- cgit v1.2.3