diff options
-rw-r--r-- | spec/ruby/.mspec.constants | 1 | ||||
-rw-r--r-- | spec/ruby/default.mspec | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/.mspec.constants b/spec/ruby/.mspec.constants index 6e09a44362..4da3633715 100644 --- a/spec/ruby/.mspec.constants +++ b/spec/ruby/.mspec.constants @@ -146,6 +146,7 @@ Prime Private ProcFromMethod Psych +RactorLocalSingleton REXML RUBY_SIGNALS RbReadline diff --git a/spec/ruby/default.mspec b/spec/ruby/default.mspec index 2ebd455fd0..1e8f8893aa 100644 --- a/spec/ruby/default.mspec +++ b/spec/ruby/default.mspec @@ -47,6 +47,5 @@ class MSpecScript /\wSpecs?$/, /^CS_CONST/, /^CSL_CONST/, - /^RactorLocalSingleton/, ] end |