]> gitweb.factorcode.org Git - factor.git/blob - core/system/system-tests.factor
core: subseq-index? -> subseq-of?
[factor.git] / core / system / system-tests.factor
1 USING: arrays kernel sequences system tools.test ;
2
3 { { t t t } } [
4     version-info
5     vm-version vm-compiler vm-compile-time 3array
6     [ subseq-of? ] with map
7 ] unit-test