summaryrefslogtreecommitdiff
path: root/test/ruby/test_struct.rb
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_struct.rb2
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ module TestStruct
def test_hash
klass = @Struct.new(:a)
o = klass.new(1)
- assert_kind_of(Fixnum, o.hash)
end
def test_eql