diff options
Diffstat (limited to 'test/ruby/test_system.rb')
| -rw-r--r-- | test/ruby/test_system.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
