summaryrefslogtreecommitdiff
path: root/test/iconv/test_partial.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/iconv/test_partial.rb')
-rw-r--r--test/iconv/test_partial.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/iconv/test_partial.rb b/test/iconv/test_partial.rb
index fb31c9e3e8..8e973b6df9 100644
--- a/test/iconv/test_partial.rb
+++ b/test/iconv/test_partial.rb
@@ -1,6 +1,6 @@
require File.join(File.dirname(__FILE__), "utils.rb")
-class TestIconv
+TestIconv.testcase(:Partial) do
def test_partial_ascii
c = Iconv.open(ASCII, ASCII)
ref = '[ruby-core:17092]'
@@ -38,4 +38,4 @@ class TestIconv
ensure
c.close
end
-end if defined?(::Iconv)
+end