summaryrefslogtreecommitdiff
path: root/test/json/ractor_test.rb
diff options
context:
space:
mode:
-rw-r--r--test/json/ractor_test.rb2
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ class JSONInRactorTest < Test::Unit::TestCase
end
expected_json = JSON.parse('{"a":2,"b":3.141,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},' +
'"g":"\\"\\u0000\\u001f","h":1000.0,"i":0.001}')
- actual_json = r.take
if expected_json == actual_json
exit 0