summaryrefslogtreecommitdiff
path: root/test/ostruct
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-25 23:45:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-25 23:45:33 +0000
commitfc29786926cbfca61022f4965484b13c62fe597d (patch)
treede373ce45dd4d276948025bc90b49a4b5534ac05 /test/ostruct
parenta3d3bd552a463eec0175123a7f0efa3b1b3e9316 (diff)
downloadruby-fc29786926cbfca61022f4965484b13c62fe597d.tar.gz
test/ostruct: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ostruct')
-rw-r--r--test/ostruct/test_ostruct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ostruct/test_ostruct.rb b/test/ostruct/test_ostruct.rb
index 24ffb77380..19f06a85a7 100644
--- a/test/ostruct/test_ostruct.rb
+++ b/test/ostruct/test_ostruct.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'test/unit'
require 'ostruct'