diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/json/json_parser_test.rb | 2 |
1 files changed, 0 insertions, 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) |