aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io_m17n.rb')
-rw-r--r--test/ruby/test_io_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb
index fcbe6e0519..719214d491 100644
--- a/test/ruby/test_io_m17n.rb
+++ b/test/ruby/test_io_m17n.rb
@@ -71,7 +71,7 @@ class TestIO_M17N < Test::Unit::TestCase
#{encdump expected} expected but not equal to
#{encdump actual}.
EOT
- assert_block(full_message) { expected == actual }
+ assert_equal(expected, actual, full_message)
end
def test_open_r