mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/test_attr.rb: added for [ruby-core:15120].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
08c319ee2a
commit
ad82a53e5d
1 changed files with 10 additions and 0 deletions
10
bootstraptest/test_attr.rb
Normal file
10
bootstraptest/test_attr.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
assert_equal %{ok}, %{
|
||||
class A
|
||||
attr :m
|
||||
end
|
||||
begin
|
||||
A.new.m(3)
|
||||
rescue ArgumentError => e
|
||||
print "ok"
|
||||
end
|
||||
}, '[ruby-core:15120]'
|
Loading…
Reference in a new issue