From 4cf8214b79eb16200d95a1a75a941fd37eae600e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Oct 2009 05:17:06 +0000 Subject: * 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 --- test/iconv/test_option.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit