]> gitweb.factorcode.org Git - factor.git/blob - core/words/alias/alias-tests.factor
c4bc8519a9ed48f81b99f42cdf8d1a04ba99a9a9
[factor.git] / core / words / alias / alias-tests.factor
1 USING: math eval tools.test effects ;
2 IN: words.alias.tests
3
4 ALIAS: foo +
5 [ ] [ "IN: words.alias.tests CONSTANT: foo 5" eval( -- ) ] unit-test
6 [ (( -- value )) ] [ \ foo stack-effect ] unit-test