summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
commit3e92b635fb5422207b7bbdc924e292e51e21f040 (patch)
tree584f90b868188077c435bf144e15e66540a73acd /test/excludes
parentf6f7073e125ff903b77b8cb982a7417d96d51902 (diff)
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/excludes')
-rw-r--r--test/excludes/TestException.rb1
-rw-r--r--test/excludes/TestIO_Console.rb1
-rw-r--r--test/excludes/TestThread.rb1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/excludes/TestException.rb b/test/excludes/TestException.rb
index 78ee4ca1c0..a992950152 100644
--- a/test/excludes/TestException.rb
+++ b/test/excludes/TestException.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
reason = %[\
Because machine stack overflow can happen anywhere, even critical
sections including external libraries, it is very neary impossible to
diff --git a/test/excludes/TestIO_Console.rb b/test/excludes/TestIO_Console.rb
index 26780c01b1..caf1935fec 100644
--- a/test/excludes/TestIO_Console.rb
+++ b/test/excludes/TestIO_Console.rb
@@ -1 +1,2 @@
+# frozen_string_literal: false
exclude(:test_getpass, 'not portable')
diff --git a/test/excludes/TestThread.rb b/test/excludes/TestThread.rb
index 0b4050b4eb..ea73a4c010 100644
--- a/test/excludes/TestThread.rb
+++ b/test/excludes/TestThread.rb
@@ -1 +1,2 @@
+# frozen_string_literal: false
exclude(/_stack_size$/, 'often too expensive')