diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-10-01 18:41:38 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-01 18:41:38 +0900 |
commit | 3ebc85e240c64849e8645ae9b6242abbd1a2b63a (patch) | |
tree | 3e0ebb6ece50c4a84e20ee684d6fb46b916ac6c2 /spec/ruby | |
parent | d109c7c620a9f426b9aa60f9ff3a227fd9794933 (diff) |
Define RactorLocalSingleton on .mspec.constants
Diffstat (limited to 'spec/ruby')
-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 |