summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_whileuntil.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-18 13:21:10 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-18 13:21:10 +0000
commit3252ca9d6fc70de6bdc306fed09d40f1cb9a2595 (patch)
treebd12f37e20054f075d348f0b672c580dd45c6835 /test/ruby/test_whileuntil.rb
parent11514708a91015208520a68f4ec8df9e4795e00e (diff)
downloadruby-3252ca9d6fc70de6bdc306fed09d40f1cb9a2595.tar.gz
ruby-3252ca9d6fc70de6bdc306fed09d40f1cb9a2595.tar.xz
ruby-3252ca9d6fc70de6bdc306fed09d40f1cb9a2595.zip
* 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
Diffstat (limited to 'test/ruby/test_whileuntil.rb')
-rw-r--r--test/ruby/test_whileuntil.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_whileuntil.rb b/test/ruby/test_whileuntil.rb
index 841a15135..6faed3116 100644
--- a/test/ruby/test_whileuntil.rb
+++ b/test/ruby/test_whileuntil.rb
@@ -1,7 +1,5 @@
require 'test/unit'
-$KCODE = 'none'
-
class TestWhileuntil < Test::Unit::TestCase
def test_while
tmp = open("while_tmp", "w")