# frozen_string_literal: false require 'test/unit' class Test_BUG_3571 < Test::Unit::TestCase def test_block_call_id bug3571 = '[ruby-dev:41852]' src = < e STDERR.puts e.message, e.backtrace[$0.size..-1] end SRC out = [ "start() function is unimplemented on this machine", "-:2:in `start'", "-:2:in `
'", ] assert_in_out_err(%w"-r-test-/bug-3571/bug", src, [], out, bug3571) end end a title='ruby.git' href='/ruby.git/'>ruby.git
The Ruby Programming Language
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-03Update to ruby/spec@032ee74Benoit Daloze
2020-04-03Refined "Drop support for ruby 2.4 from ruby/spec"Nobuyoshi Nakada
By using spec/mspec/tool/remove_old_guards.rb. Notes: Merged: https://github.com/ruby/ruby/pull/2997
2020-04-01Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/2892
2020-02-28Update to ruby/spec@41bf282Benoit Daloze
2020-01-28Update to ruby/spec@f8a2d54Benoit Daloze
2019-12-20Fixed misspellingsNobuyoshi Nakada
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
2019-11-30Update to ruby/spec@4eec3dcBenoit Daloze