From 994dfc0ae6a3c42bb9311f736ca30275779e348a Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 18 Feb 2004 13:08:08 +0000 Subject: * test/*: should not depend on $KCODE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_stringchar.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby/test_stringchar.rb') diff --git a/test/ruby/test_stringchar.rb b/test/ruby/test_stringchar.rb index e9b643ad3f..943b656510 100644 --- a/test/ruby/test_stringchar.rb +++ b/test/ruby/test_stringchar.rb @@ -1,7 +1,5 @@ require 'test/unit' -$KCODE = 'none' - class TestStringchar < Test::Unit::TestCase def test_string assert_equal("abcd", "abcd") -- cgit v1.2.3