gdbm: Enable gdbm on Win64.
parent
7a388a64b2
commit
987967cf95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue