From a0efdbbb6b35efb2581e3a7dcdef3abca2dcd3dd Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 10 Jun 2010 05:51:03 +0000 Subject: merge revision(s) 25342: git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@28249 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 8138e130fa..54f09b4c2c 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) -- cgit v1.2.3