summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-22 00:33:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-22 00:33:27 +0000
commitfef59aa9922c420c917ff4ace99faf8cf6adfff8 (patch)
tree1c9acf5e8450a8341f3e96294997241ece536ccb /test/ruby
parentec960a7c4448e0dafbc2745671f2f6358e4aad3e (diff)
downloadruby-fef59aa9922c420c917ff4ace99faf8cf6adfff8.tar.gz
ruby-fef59aa9922c420c917ff4ace99faf8cf6adfff8.tar.xz
ruby-fef59aa9922c420c917ff4ace99faf8cf6adfff8.zip
sorry, typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb
index 8a776983e..e162b6479 100644
--- a/test/ruby/test_m17n.rb
+++ b/test/ruby/test_m17n.rb
@@ -789,7 +789,7 @@ class TestM17N < Test::Unit::TestCase
str = "\u3042"
assert_equal(true, (str * 0).ascii_only?, "[ruby-dev:33895]")
assert_equal(false, (str * 1).ascii_only?)
- assert_equal(false, (str * 2).ascii_only?
+ assert_equal(false, (str * 2).ascii_only?)
end
def test_str_aref