gdbm: don't run tests on 64-bit Windows since there's no gdbm there
parent
f7bd876cae
commit
abf9efe731
|
@ -12,7 +12,7 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,3 +61,4 @@ CLEANUP
|
||||||
|
|
||||||
|
|
||||||
CLEANUP
|
CLEANUP
|
||||||
|
] unless
|
||||||
|
|
Loading…
Reference in New Issue