1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix condition

This commit is contained in:
Koichi Sasada 2020-10-20 23:48:20 +09:00
parent a3ae90b8c5
commit 512752ba19

View file

@ -618,7 +618,7 @@ assert_equal 'true', %q{
def ractor_local_globals
/a(b)(c)d/ =~ 'abcd' # for $~
`echo foo` unless /solaris/ !~ RUBY_PLATFORM
`echo foo` unless /solaris/ =~ RUBY_PLATFORM
{
# ractor-local (derived from created ractor): debug