mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/test_tracer.rb: fixed testcase for rubygems update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4de117a615
commit
b41b613e68
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Sep 14 12:29:52 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/test_tracer.rb: fixed testcase for rubygems update.
|
||||
|
||||
Sun Sep 14 12:29:02 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)
|
||||
|
|
|
@ -11,7 +11,7 @@ class TestTracer < Test::Unit::TestCase
|
|||
when 1
|
||||
# do nothing
|
||||
else
|
||||
assert_match(%r{rubygems/core_ext/kernel_require\.rb:\d+:Kernel:-:}, lines[0])
|
||||
assert_match(%r{rubygems/core_ext/kernel_require\.rb:\d+:Kernel:<:}, lines[0])
|
||||
end
|
||||
assert_equal "#0:-e:1::-: 1", lines.last
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue