Skip to content

Commit 433c2d3

Browse files
committed
more truffle ruby
1 parent 0d2ee96 commit 433c2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_integration_ractor.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class IntegrationRactorTestCase < SQLite3::TestCase
77
def test_ractor_safe
88
skip unless RUBY_VERSION >= "3.0" && SQLite3.threadsafe?
9+
skip unless defined?(Ractor)
910
assert_predicate SQLite3, :ractor_safe?
1011
end
1112

0 commit comments

Comments
 (0)