소스 검색

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