]> gitweb.factorcode.org Git - factor.git/blob - core/system/system-tests.factor
7e7b1076c6ad5c73a9296739a2ecc94400d24e7a
[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