diff options
author | Koichi Sasada <[email protected]> | 2020-09-27 09:49:16 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2020-09-27 09:49:16 +0900 |
commit | 5e91b4bdb3e2889cc485b77c4ef29c4f5c364895 (patch) | |
tree | 0cc26782fb5c3745b247ee5cdcf57bbbe9e46233 /bootstraptest/test_ractor.rb | |
parent | 950614b08845b93fe1f20350437917b0e44bc030 (diff) |
fix typo [ci skip]
Diffstat (limited to 'bootstraptest/test_ractor.rb')
-rw-r--r-- | bootstraptest/test_ractor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 6f94ce6918..f55b142581 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -449,8 +449,8 @@ assert_equal "ok", %q{ S.new(1, 2).freeze, # frozen Struct S.new(1, 2, 3, 4).freeze, # frozen Struct (1..2), # Range on Struct - (1..), # Range on Strcut - (..1), # Range on Strcut + (1..), # Range on Struct + (..1), # Range on Struct C, # class M, # module Ractor.current, # Ractor |