Skip to content

Commit 5ecde6a

Browse files
committed
String#b is Ruby 2.0.0 feature
1 parent 51ecd53 commit 5ecde6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_github_issue_16
6464
ret = i.iconv("\xE3\x81\xBB\xE3\x81\x92")
6565
ret << i.iconv(nil)
6666
i.close
67-
assert_equal "\x82\xD9\x82\xB0".b, ret
67+
assert_equal "\x82\xD9\x82\xB0", ret
6868
rescue Iconv::InvalidEncoding
6969
# ignore if the iconv doesn't support SHIFT_JISX0213
7070
end

0 commit comments

Comments
 (0)