Эх сурвалжийг харах

Comment out "dbm" from the "ruby-standard-libs" test for now

Tianon Gravi 10 жил өмнө
parent
commit
7fb2508f8e

+ 1 - 1
test/tests/ruby-standard-libs/container.rb

@@ -8,7 +8,7 @@ stdlib = [
 	'coverage',
 	'csv',
 	'date',
-	'dbm',
+#	'dbm', # TODO figure out a way to make this one load conditionally based on whether we're _not_ on jruby (since jruby doesn't have dbm)
 	'delegate',
 	'digest',
 	'drb',