summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorCarson McDonald <[email protected]>2013-12-24 12:12:50 -0500
committerCarson McDonald <[email protected]>2013-12-24 12:12:50 -0500
commit5ab9979ba452437719eaf9e413e4c228925833b1 (patch)
treea6d0f47ac46024b364d0357eb902be044c117b57 /test
parent68ec811323a8eb5cb3cea039098a1c8ef90af0b1 (diff)
downloadmruby-5ab9979ba452437719eaf9e413e4c228925833b1.tar.gz
mruby-5ab9979ba452437719eaf9e413e4c228925833b1.zip
Change :vattr= to :cattr= in respond_to? test
Diffstat (limited to 'test')
-rw-r--r--test/t/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index ec85d7d35..170eb925a 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -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'