summaryrefslogtreecommitdiff
path: root/test/json/test_json.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/json/test_json.rb')
-rwxr-xr-xtest/json/test_json.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/json/test_json.rb b/test/json/test_json.rb
index 0ee993eb88..2c706d52f1 100755
--- a/test/json/test_json.rb
+++ b/test/json/test_json.rb
@@ -29,7 +29,6 @@ class TC_JSON < Test::Unit::TestCase
@json = '{"a":2,"b":3.141,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},' +
'"g":"\\"\\u0000\\u001f","h":1.0E3,"i":1.0E-3}'
end
- suite << TC_JSON.suite
def test_construction
parser = JSON::Parser.new('test')