Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / basis / compiler / tests / insane.factor
blobaa79067252d875bfe8bc141027d68282d0049ec7
1 IN: compiler.tests
2 USING: words kernel stack-checker alien.strings tools.test
3 compiler.units ;
5 [ ] [ [ \ if redefined ] with-compilation-unit [ string>alien ] infer. ] unit-test