From 1af93d6a495efcf06889f29b362467c7cb53d378 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@25342 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 b899ba2db1..340218b48b 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 v1.2.3