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
|
: with-test.db ( quot -- ) test.db swap with-gdbm ; inline
|
||||||
|
|
||||||
os windows? cpu x86.64? and [
|
|
||||||
CLEANUP
|
CLEANUP
|
||||||
|
|
||||||
|
|
||||||
[
|
[
|
||||||
test.db reader >>role [ ] with-gdbm
|
test.db reader >>role [ ] with-gdbm
|
||||||
] [ gdbm-file-open-error = ] must-fail-with
|
] [ 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
|
test.db newdb >>role [ "foo" exists? ] with-gdbm
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
||||||
CLEANUP
|
CLEANUP
|
||||||
] unless
|
|
||||||
|
|
Loading…
Reference in New Issue