From f56c6318de7332e1a6c930f2ddc8ed93ab55d96a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 22 Feb 2012 14:27:11 +0000 Subject: * 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 --- test/iconv/test_option.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/iconv') 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) -- cgit v1.2.3