nitcc: tests script return non-zero on failure (print is not enough)
[nit.git] / benchmarks / json / scripts / json_pure.rb
1 require 'json/pure'
2
3 txt = IO.read(ARGV.first)
4 my_hash = JSON.parse(txt)