diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-23 21:37:56 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-23 21:37:56 +0000 |
commit | bcf80a5140c1b08899b20d9bbcd5fd9e13db4017 (patch) | |
tree | ecff1a470f87be344a381a16fa4bf098055e7960 /test/ruby | |
parent | 3c4fecda3f3dd3c264999aefe7f4374e2270eb3e (diff) |
* test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_transcode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb index cca7aabac9..a313037896 100644 --- a/test/ruby/test_transcode.rb +++ b/test/ruby/test_transcode.rb @@ -1,6 +1,6 @@ -# -*- encoding: ASCII-8BIT -*- # make sure this runs in binary mode +# encoding: ASCII-8BIT # make sure this runs in binary mode # some of the comments are in UTF-8 - +p __ENCODING__ require 'test/unit' class TestTranscode < Test::Unit::TestCase def test_errors |