summaryrefslogtreecommitdiffstats
path: root/test/test_pair.rb
diff options
context:
space:
mode:
authornaruse <naruse@ruby-lang.org>2015-12-16 05:07:31 +0000
committernaruse <naruse@ruby-lang.org>2015-12-16 05:07:31 +0000
commit9fea64deb2c3c200eec1ffabf002304a07696650 (patch)
tree4c8693752195faeabae80ac6583f9f790cfce6dc /test/test_pair.rb
parent0c0bcfdbd7c960b0f9828d884a7886e8cbc9b965 (diff)
downloadruby-openssl-history-9fea64deb2c3c200eec1ffabf002304a07696650.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/test_pair.rb')
-rw-r--r--test/test_pair.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pair.rb b/test/test_pair.rb
index 33ec555..06ed383 100644
--- a/test/test_pair.rb
+++ b/test/test_pair.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require_relative 'utils'
if defined?(OpenSSL::TestUtils)