浏览代码

Skip gdbm for now, too...

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

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

@@ -8,7 +8,7 @@ stdlib = [
 	'coverage',
 	'coverage',
 	'csv',
 	'csv',
 	'date',
 	'date',
-#	'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)
+#	'dbm', 'gdbm', # 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',
 	'delegate',
 	'digest',
 	'digest',
 	'drb',
 	'drb',
@@ -21,7 +21,6 @@ stdlib = [
 	'fileutils',
 	'fileutils',
 	'find',
 	'find',
 	'forwardable',
 	'forwardable',
-	'gdbm',
 	'getoptlong',
 	'getoptlong',
 	'io/console',
 	'io/console',
 	'io/nonblock',
 	'io/nonblock',