]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/simd/simd-tests.factor
use reject instead of [ ... not ] filter.
[factor.git] / basis / math / vectors / simd / simd-tests.factor
index 015792a20c9b4c61ff6a2bbd44d6f7894362257c..e73bc9c28fa57ba43a588b15df2d210abd886e78 100644 (file)
@@ -183,7 +183,7 @@ TUPLE: simd-test-failure
 ] unit-test
 
 [ { } ] [
-    simd-classes [ '[ _ new ] compile-call [ zero? ] all? not ] filter
+    simd-classes [ '[ _ new ] compile-call [ zero? ] all? ] reject
 ] unit-test
 
 "== Checking -with constructors" print