]> gitweb.factorcode.org Git - factor.git/commitdiff
cache: remove unnecessary drop from test
authorGiftpflanze <gifti@tools.wmflabs.org>
Mon, 16 Jan 2023 17:10:57 +0000 (17:10 +0000)
committerGiftpflanze <gifti@tools.wmflabs.org>
Mon, 16 Jan 2023 17:10:57 +0000 (17:10 +0000)
basis/cache/cache-tests.factor

index 6e1dda3d98e8ab3c3efe3d5d02c5c4aeab0f6469..fab2bf3908562a573120d308522676f31ba8aa2a 100644 (file)
@@ -13,7 +13,7 @@ M: mock-disposable dispose* drop ;
 
 { 0 } [ "cache" get assoc-size ] unit-test
 
-[ "cache" get 2 >>max-age drop ] must-not-fail
+[ "cache" get 2 >>max-age ] must-not-fail
 
 { } [ 1 <mock-disposable> dup "a" set 2 "cache" get set-at ] unit-test