aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_ractor.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-09-27 09:49:16 +0900
committerKoichi Sasada <ko1@atdot.net>2020-09-27 09:49:16 +0900
commit5e91b4bdb3e2889cc485b77c4ef29c4f5c364895 (patch)
tree0cc26782fb5c3745b247ee5cdcf57bbbe9e46233 /bootstraptest/test_ractor.rb
parent950614b08845b93fe1f20350437917b0e44bc030 (diff)
downloadruby-5e91b4bdb3e2889cc485b77c4ef29c4f5c364895.tar.gz
fix typo [ci skip]
Diffstat (limited to 'bootstraptest/test_ractor.rb')
-rw-r--r--bootstraptest/test_ractor.rb4
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