Skip to content

Commit

Permalink
Re-enable passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 1, 2024
1 parent 16880e1 commit ac44975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/json/json_parser_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def test_argument_encoding_for_binary_unmodified
end

def test_error_message_encoding
pend if RUBY_ENGINE == 'truffleruby'

bug10705 = '[ruby-core:67386] [Bug #10705]'
json = ".\"\xE2\x88\x9A\""
assert_equal(Encoding::UTF_8, json.encoding)
Expand Down

0 comments on commit ac44975

Please sign in to comment.