summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-13 12:16:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-13 12:16:26 +0000
commitad97d4839c706effbbfa9585d3c732ba14d14b46 (patch)
tree59c604a4ac90a721b268fe7880cb855db9ccd922 /test
parent9eb54f7fb4672a4b0f39772be819965a4b7088f5 (diff)
lib/find.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/test_find.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_find.rb b/test/test_find.rb
index e3663e47b2..fddb5dfaf7 100644
--- a/test/test_find.rb
+++ b/test/test_find.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'test/unit'
require 'find'
require 'tmpdir'