From 3252ca9d6fc70de6bdc306fed09d40f1cb9a2595 Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 18 Feb 2004 13:21:10 +0000 Subject: * test/*: should not depend on $KCODE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_system.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby/test_system.rb') diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index a19f6ef9b..f3a71598f 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -2,8 +2,6 @@ require 'test/unit' $:.replace([File.dirname(File.expand_path(__FILE__))] | $:) require 'envutil' -$KCODE = 'none' - class TestSystem < Test::Unit::TestCase def valid_syntax?(code, fname) eval("BEGIN {return true}\n#{code}", nil, fname, 0) -- cgit