From 6f65f52a94f6fa1ec995758e517e1ebf87f6ba97 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: http://svn.ruby-lang.org/repos/ruby/trunk@5764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_hash.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby/test_hash.rb') diff --git a/test/ruby/test_hash.rb b/test/ruby/test_hash.rb index c20f67f57..5bec012bf 100644 --- a/test/ruby/test_hash.rb +++ b/test/ruby/test_hash.rb @@ -1,7 +1,5 @@ require 'test/unit' -$KCODE = 'none' - class TestHash < Test::Unit::TestCase def test_hash x = {1=>2, 2=>4, 3=>6} -- cgit