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/irb/test_completion.rb | 1 + test/irb/test_option.rb | 1 + test/irb/test_raise_no_backtrace_exception.rb | 1 + 3 files changed, 3 insertions(+) (limited to 'test/irb') diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index eeeda1234c..608c41bad9 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' module TestIRB diff --git a/test/irb/test_option.rb b/test/irb/test_option.rb index a7dd663112..85ebd085ca 100644 --- a/test/irb/test_option.rb +++ b/test/irb/test_option.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' module TestIRB diff --git a/test/irb/test_raise_no_backtrace_exception.rb b/test/irb/test_raise_no_backtrace_exception.rb index 67fb5b66cc..d3882a427c 100644 --- a/test/irb/test_raise_no_backtrace_exception.rb +++ b/test/irb/test_raise_no_backtrace_exception.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'test/unit' module TestIRB -- cgit v1.2.3