aboutsummaryrefslogtreecommitdiffstats
path: root/test/iconv
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 14:27:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 14:27:11 +0000
commitf56c6318de7332e1a6c930f2ddc8ed93ab55d96a (patch)
treec7d1c4ef1eb9fc84f51059ed6441fcf9c5c8c4b7 /test/iconv
parent01433e4d53c37ac3620a72ec1b155e3e7be6ab7b (diff)
downloadruby-f56c6318de7332e1a6c930f2ddc8ed93ab55d96a.tar.gz
* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/iconv')
-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 b210fa498a..e81df9d850 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 false and defined?(TestIconv)
+end if defined?(TestIconv)