summaryrefslogtreecommitdiff
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
commiteae49e23e0fd739175fa1af768770ec4eb3b06e5 (patch)
tree272c2fa1d213277ad05cc1a1183222a2809cc3c5
parent86533b3aed7e04d65f863bd2e193686faa9a6177 (diff)
* test/iconv/test_option.rb: removed particular implementation
specific tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 a1f3457c31..31ebb23b05 100644
--- a/test/iconv/test_option.rb
+++ b/test/iconv/test_option.rb
@@ -28,4 +28,4 @@ class TestIconv::Option < TestIconv
assert_equal(SJIS_STR, str)
iconv.close
end
-end if defined?(TestIconv)
+end if false and defined?(TestIconv)