diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-10-01 18:32:40 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-01 18:32:40 +0900 |
commit | d109c7c620a9f426b9aa60f9ff3a227fd9794933 (patch) | |
tree | e76b7073a6085e0dd0dcba654381d5c938d37988 /spec/ruby | |
parent | 0f00544984f0b2b7fefc7d9039b206f9415fd371 (diff) |
Temporary disabled RactorLocalSingleton from constant leak check.
Diffstat (limited to 'spec/ruby')
-rw-r--r-- | spec/ruby/default.mspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/default.mspec b/spec/ruby/default.mspec index 1e8f8893aa..2ebd455fd0 100644 --- a/spec/ruby/default.mspec +++ b/spec/ruby/default.mspec @@ -47,5 +47,6 @@ class MSpecScript /\wSpecs?$/, /^CS_CONST/, /^CSL_CONST/, + /^RactorLocalSingleton/, ] end |