summaryrefslogtreecommitdiff
path: root/test/ruby/enc/test_utf32.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/enc/test_utf32.rb')
-rw-r--r--test/ruby/enc/test_utf32.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/enc/test_utf32.rb b/test/ruby/enc/test_utf32.rb
index 3d4a458512..29a2240598 100644
--- a/test/ruby/enc/test_utf32.rb
+++ b/test/ruby/enc/test_utf32.rb
@@ -15,7 +15,7 @@ class TestUTF32 < 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_substr