summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 05:36:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 05:36:03 +0000
commit9852802c887b1457dbff4f83e341b768fbfe6a5d (patch)
treea00a30b789277ca4093346e2630fee69e2c59408 /test
parent5c57eb834adb007c901b2fec1409b64d19965a2c (diff)
* test/ruby/test_vm_dump.rb: try to fix test failures on darwin introduced at
r62810. ruby_2_3 does not output "[IMPORTANT]" message. see [Backport #13566] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_vm_dump.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_vm_dump.rb b/test/ruby/test_vm_dump.rb
index 7144a0cbc6..18e39e8ff2 100644
--- a/test/ruby/test_vm_dump.rb
+++ b/test/ruby/test_vm_dump.rb
@@ -4,7 +4,7 @@ require 'test/unit'
class TestVMDump < Test::Unit::TestCase
def assert_darwin_vm_dump_works(args)
skip if RUBY_PLATFORM !~ /darwin/
- assert_in_out_err(args, "", [], [:*, /^.* main \+ \d+$/, :*, /^\[IMPORTANT\]/, :*])
+ assert_in_out_err(args, "", [], [:*, /^.* main \+ \d+$/, :*, :*])
end
def test_darwin_invalid_call