Fix load error in lisp

db4
Slava Pestov 2008-05-09 20:30:21 -05:00
parent 6cd0c315c6
commit b6245ddc74
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 James Cash
! See http://factorcode.org/license.txt for BSD license.
USING: lisp lisp.parser tools.test ;
USING: lisp lisp.parser tools.test sequences math kernel ;
IN: lisp.test