From 5a00be2bf75939fd3bb05dabbdf46244eaa6bb43 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 7 May 2012 16:00:49 +0000 Subject: * ext/json: Merge JSON 1.7.1. https://github.com/flori/json/commit/e5b9a9465c1159fae533bca320d950b772bcb4ac git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/json/test_json_unicode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/json/test_json_unicode.rb') diff --git a/test/json/test_json_unicode.rb b/test/json/test_json_unicode.rb index ace56cae36..c328811106 100755 --- a/test/json/test_json_unicode.rb +++ b/test/json/test_json_unicode.rb @@ -4,7 +4,7 @@ require 'test/unit' require File.join(File.dirname(__FILE__), 'setup_variant') -class TC_JSONUnicode < Test::Unit::TestCase +class TestJSONUnicode < Test::Unit::TestCase include JSON def test_unicode -- cgit v1.2.3