Kazuhiro NISHIYAMA 2026-05-14 11:39:07 +0000 (Thu, 14 May 2026)
New Revision: 5a03fcb33a
https://github.com/ruby/ruby/commit/5a03fcb33a
Log:
Fix warnings
```
../test/ruby/test_class.rb:445: warning: already initialized constant TestClass::CloneTest1::TEST
../test/ruby/test_class.rb:438: warning: previous definition of TEST was here
../test/ruby/test_class.rb:448: warning: already initialized constant TestClass::CloneTest2::TEST
../test/ruby/test_class.rb:438: warning: previous definition of TEST was here
```
Modified files:
test/ruby/test_class.rb