fix condition
This commit is contained in:
parent
a3ae90b8c5
commit
512752ba19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user