浏览代码

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

Tianon Gravi 10 年之前
父节点
当前提交
7fb2508f8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/tests/ruby-standard-libs/container.rb

+ 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',