aboutsummaryrefslogtreecommitdiffstats
path: root/test/json/test_json_encoding.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
commit54c23ed4007904a361b45a77363f4b9ca2f3d7f5 (patch)
tree584f90b868188077c435bf144e15e66540a73acd /test/json/test_json_encoding.rb
parentf0404ac28bb51c0d80f6b3491da9918693e146be (diff)
downloadruby-54c23ed4007904a361b45a77363f4b9ca2f3d7f5.tar.gz
Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/json/test_json_encoding.rb')
-rw-r--r--test/json/test_json_encoding.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/json/test_json_encoding.rb b/test/json/test_json_encoding.rb
index 13903cd266..50fb4ea279 100644
--- a/test/json/test_json_encoding.rb
+++ b/test/json/test_json_encoding.rb
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
# encoding: utf-8
+# frozen_string_literal: false
require 'test/unit'
require File.join(File.dirname(__FILE__), 'setup_variant')