summaryrefslogtreecommitdiff
path: root/bootstraptest/test_ractor.rb
diff options
context:
space:
mode:
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 cde0f92962..e81afb6fa3 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -136,7 +136,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
end
a = []
-
+
Ractor.receive_if do |msg|
begin
Ractor.receive
@@ -155,7 +155,7 @@ assert_equal '[[:e1, 1], [:e2, 2]]', %q{
true # delete 2 from queue
end
- a #
+ a #
}
###