]> gitweb.factorcode.org Git - factor.git/commitdiff
gdbm: removing this test case
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 19:21:39 +0000 (11:21 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 19:21:39 +0000 (11:21 -0800)
extra/gdbm/gdbm-tests.factor

index 75c14ea69af8470f1f22026d0076f92dedfd9d71..8c5fed821f4e7612800fe4daac7bb60f7653c8a6 100644 (file)
@@ -39,15 +39,6 @@ CLEANUP
 
 { f f } [ [ "unknown" gdbm-fetch* ] with-test.db ] unit-test
 
-! XXX: different behavior on macOS Big Sur and Monterey?
-os macosx? [
-    [
-        [
-            300 set-gdbm-cache-size 300 set-gdbm-cache-size
-        ] with-test.db
-    ] [ gdbm-option-already-set = ] must-fail-with
-] unless
-
 { t }
 [
     V{ } [ [ 2array append ] each-gdbm-record ] with-test.db