aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_marshal.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 09:57:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 09:57:31 +0000
commit82bd486e998e8182c1a452a4537f9a64bed07347 (patch)
tree89944c9776af0b0bf24c12c496e5c0d98a686d0c /test/ruby/test_marshal.rb
parentc033efddea5fa5de315df8e560f55106b2b6cded (diff)
downloadruby-82bd486e998e8182c1a452a4537f9a64bed07347.tar.gz
ruby.c: --debug=frozen-string-literal option
* ruby.c (need_argument): move frozen-string-literal-debug option from --enable to --debug. [Feature #11725] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_marshal.rb')
-rw-r--r--test/ruby/test_marshal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_marshal.rb b/test/ruby/test_marshal.rb
index 5aa13369a6..145244ec10 100644
--- a/test/ruby/test_marshal.rb
+++ b/test/ruby/test_marshal.rb
@@ -705,7 +705,7 @@ class TestMarshal < Test::Unit::TestCase
expected = out
opt << "--enable=frozen-string-literal"
- opt << "--enable=frozen-string-literal-debug"
+ opt << "--debug=frozen-string-literal"
out, err, status = EnvUtil.invoke_ruby(*args)
assert_empty(err)
assert_predicate(status, :success?)