gdbm: don't run tests on 64-bit Windows since there's no gdbm there

db4
Slava Pestov 2010-07-22 14:34:59 -07:00
parent f7bd876cae
commit abf9efe731
1 changed files with 38 additions and 37 deletions

View File

@ -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