diff options
| -rw-r--r-- | bootstraptest/test_ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 62b0b523ae..61dfc40adc 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -663,7 +663,7 @@ assert_equal 'true', %q{ '$stderr' => $stderr.inspect, } end - + h = Ractor.new do ractor_local_globals end.take |
