Skip to content

Commit 82d21f0

Browse files
committed
Re-enable passing test
1 parent 1da4955 commit 82d21f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/json/json_parser_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def test_argument_encoding_for_binary_unmodified
3232
end
3333

3434
def test_error_message_encoding
35-
pend if RUBY_ENGINE == 'truffleruby'
36-
3735
bug10705 = '[ruby-core:67386] [Bug #10705]'
3836
json = ".\"\xE2\x88\x9A\""
3937
assert_equal(Encoding::UTF_8, json.encoding)

0 commit comments

Comments
 (0)