From e8522f06b51f86214d28259118c736ac8951d8cd Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 1 Nov 2024 20:22:42 +0100 Subject: [PATCH] [ruby/json] Re-enable passing test https://github.com/ruby/json/commit/82d21f01c5 --- test/json/json_parser_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/json/json_parser_test.rb b/test/json/json_parser_test.rb index 6d8456c79f..adff91674d 100644 --- a/test/json/json_parser_test.rb +++ b/test/json/json_parser_test.rb @@ -32,8 +32,6 @@ class JSONParserTest < Test::Unit::TestCase 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)