From bcf80a5140c1b08899b20d9bbcd5fd9e13db4017 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Nov 2010 21:37:56 +0000 Subject: * 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 --- test/ruby/test_transcode.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ruby/test_transcode.rb') 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 -- cgit v1.2.3