summaryrefslogtreecommitdiff
path: root/test/ruby/test_float.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_float.rb')
-rw-r--r--test/ruby/test_float.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb
index efb69954a1..c18700a575 100644
--- a/test/ruby/test_float.rb
+++ b/test/ruby/test_float.rb
@@ -1,7 +1,5 @@
require 'test/unit'
-$KCODE = 'none'
-
class TestFloat < Test::Unit::TestCase
def test_float
assert_equal(2, 2.6.floor)