summaryrefslogtreecommitdiffstats
path: root/test/iconv/test_option.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-15 05:17:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-15 05:17:06 +0000
commit4cf8214b79eb16200d95a1a75a941fd37eae600e (patch)
tree84e533b5551fcdaa9bcb9aa74ced72d6aafa6419 /test/iconv/test_option.rb
parentbfb7fe417d65efc97305e738e4a74b51bb438a55 (diff)
downloadruby-4cf8214b79eb16200d95a1a75a941fd37eae600e.tar.gz
ruby-4cf8214b79eb16200d95a1a75a941fd37eae600e.tar.xz
ruby-4cf8214b79eb16200d95a1a75a941fd37eae600e.zip
* test/iconv/test_option.rb: removed particular implementation
specific tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/iconv/test_option.rb')
-rw-r--r--test/iconv/test_option.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iconv/test_option.rb b/test/iconv/test_option.rb
index b899ba2db..340218b48 100644
--- a/test/iconv/test_option.rb
+++ b/test/iconv/test_option.rb
@@ -40,4 +40,4 @@ class TestIconv::Option < TestIconv
assert_equal(SJIS_STR, str)
iconv.close
end
-end if defined?(TestIconv)
+end if false and defined?(TestIconv)