summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a1f3457c31..31ebb23b05 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)