fix some db docs
[factor/jcg.git] / basis / compiler / tests / redefine14.factor
blob807f3ed2c7161c3c2726cbeb1d26ef58e1bc7807
1 USING: compiler.units definitions tools.test sequences ;
2 IN: compiler.tests.redefine14
4 ! TUPLE: bad ;
5
6 ! M: bad length 1 2 3 ;
7
8 ! [ ] [ [ { bad length } forget ] with-compilation-unit ] unit-test