diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-18 13:08:08 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-18 13:08:08 +0000 |
commit | 994dfc0ae6a3c42bb9311f736ca30275779e348a (patch) | |
tree | 23838d872b2934afececd0def03b7e06d9db6cfe /test/ruby/test_condition.rb | |
parent | 44284f71c91b309d46b35fc683504235de6f8e50 (diff) | |
download | ruby-994dfc0ae6a3c42bb9311f736ca30275779e348a.tar.gz |
* test/*: should not depend on $KCODE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_condition.rb')
-rw-r--r-- | test/ruby/test_condition.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_condition.rb b/test/ruby/test_condition.rb index 2ef2e0db30..ba2e0688f3 100644 --- a/test/ruby/test_condition.rb +++ b/test/ruby/test_condition.rb @@ -1,7 +1,5 @@ require 'test/unit' -$KCODE = 'none' - class TestCondition < Test::Unit::TestCase # [should] first test to see if we can run the tests. |