summaryrefslogtreecommitdiff
path: root/test/psych/test_string.rb
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-02-23 14:14:03 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-02-23 14:14:53 +0900
commit99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e (patch)
tree6749a6d89a1aace82d645f221e8530901363a5fb /test/psych/test_string.rb
parent0628044c5d8a64f4160747e00476b97402e2d565 (diff)
downloadpsych-99e96cdc0e7ba5e7bf0040d366eaa5a6e442204e.zip
Temporary disabled to frozen literal string.
ref. https://github.com/ruby/ruby/commit/3e92b635fb5422207b7bbdc924e292e51e21f040
Diffstat (limited to 'test/psych/test_string.rb')
-rw-r--r--test/psych/test_string.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/psych/test_string.rb b/test/psych/test_string.rb
index a8ae55c..51aef40 100644
--- a/test/psych/test_string.rb
+++ b/test/psych/test_string.rb
@@ -1,4 +1,5 @@
# encoding: UTF-8
+# frozen_string_literal: false
require_relative 'helper'
module Psych