Skip to content

Commit 48c7f34

Browse files
committed
Fix rescue in test_ractor.rb
1 parent 390d77b commit 48c7f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstraptest/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ class C
12971297
s = 'str'
12981298
trap(:INT){p s}
12991299
}.join
1300-
rescue => Ractor::RemoteError
1300+
rescue Ractor::RemoteError
13011301
a << :ok
13021302
end
13031303
}

0 commit comments

Comments
 (0)