summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-16 19:16:28 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-16 19:16:28 +0900
commit85e61eac8579f09d76cd9a24f9c6fc23db80664c ()
tree2caae23369c96f596d3a172e517b0d6bdd996299
parentc59f66b61ab5134110a8283a0ac44580e95d9120 (diff)
Use the message given to `TestRubyOptions#assert_segv`
Notes: Merged: https://.com/ruby/ruby/pull/13624
-rw-r--r--test/ruby/test_rubyoptions.rb6
1 files changed, 5 insertions, 1 deletions
@@ -847,7 +847,11 @@ class TestRubyOptions < Test::Unit::TestCase
args.unshift(env)
test_stdin = ""
- tests = [//, list] unless block
assert_in_out_err(args, test_stdin, *tests, encoding: "ASCII-8BIT",
**SEGVTest::ExecOptions, **opt, &block)