gdbm: Enable gdbm on Win64.

db4
Doug Coleman 2014-07-08 12:50:13 -05:00
parent 7a388a64b2
commit 987967cf95
1 changed files with 35 additions and 39 deletions

View File

@ -12,10 +12,8 @@ IN: gdbm.tests
: with-test.db ( quot -- ) test.db swap with-gdbm ; inline
os windows? cpu x86.64? and [
CLEANUP
[
test.db reader >>role [ ] with-gdbm
] [ gdbm-file-open-error = ] must-fail-with
@ -59,6 +57,4 @@ os windows? cpu x86.64? and [
test.db newdb >>role [ "foo" exists? ] with-gdbm
] unit-test
CLEANUP
] unless