aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-30 12:47:49 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-30 12:47:49 +0000
commit16296af65d702580d97c40adc7aeb5d9bdde0be0 (patch)
treefdf87e2f4ca79425b18e2a2c8b8f22937920ae65 /sample/test.rb
parentc861f13f0641c1c86d1c7b1fc7940927597456aa (diff)
downloadruby-16296af65d702580d97c40adc7aeb5d9bdde0be0.tar.gz
sample/test.rb: remove $KCODE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/test.rb')
-rw-r--r--sample/test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 21f85f80ac..4d99a700e4 100644
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -1,6 +1,5 @@
#! /usr/bin/env ruby
-$KCODE = "none"
$testnum=0
$ntest=0
$failed = 0