aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/multibyte_chars_test.rb')
-rw-r--r--activesupport/test/multibyte_chars_test.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb
index 4afb63b949..4e4a3e2d90 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -1,13 +1,6 @@
require 'abstract_unit'
-if RUBY_VERSION >= '1.9'
- class CharsTest < Test::Unit::TestCase
- def test_chars_returns_self
- str = 'abc'
- assert_equal str.object_id, str.chars.object_id
- end
- end
-else
+if RUBY_VERSION < '1.9'
$KCODE = 'UTF8'