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