From 3e92b635fb5422207b7bbdc924e292e51e21f040 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 16 Dec 2015 05:07:31 +0000 Subject: 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 --- test/-ext-/marshal/test_internal_ivar.rb | 1 + test/-ext-/marshal/test_usrmarshal.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'test/-ext-/marshal') diff --git a/test/-ext-/marshal/test_internal_ivar.rb b/test/-ext-/marshal/test_internal_ivar.rb index e0e2a72f54..51529667b5 100644 --- a/test/-ext-/marshal/test_internal_ivar.rb +++ b/test/-ext-/marshal/test_internal_ivar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' require '-test-/marshal/internal_ivar' diff --git a/test/-ext-/marshal/test_usrmarshal.rb b/test/-ext-/marshal/test_usrmarshal.rb index 8d8db012ac..263dcb8297 100644 --- a/test/-ext-/marshal/test_usrmarshal.rb +++ b/test/-ext-/marshal/test_usrmarshal.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' require '-test-/marshal/usr' -- cgit v1.2.3