mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1619 from carsonmcdonald/fixmoduleattrtest
Change :vattr= to :cattr= in respond_to? test
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ assert('Module#attr', '15.2.2.4.11') do
|
||||
assert_true AttrTest.respond_to?(:cattr)
|
||||
assert_true test.respond_to?(:iattr)
|
||||
|
||||
assert_false AttrTest.respond_to?(:vattr=)
|
||||
assert_false AttrTest.respond_to?(:cattr=)
|
||||
assert_false test.respond_to?(:iattr=)
|
||||
|
||||
test.iattr_val = 'test'
|
||||
|
||||
Reference in New Issue
Block a user