Remove obsolete tests

db4
Slava Pestov 2008-12-01 16:12:04 -06:00
parent a558f91d5d
commit 7b392c88e6
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
USING: namespaces tools.test kernel command-line ;
IN: command-line.tests
[
[ f ] [ "-no-user-init" cli-arg ] unit-test
[ f ] [ "user-init" get ] unit-test
[ f ] [ "-user-init" cli-arg ] unit-test
[ t ] [ "user-init" get ] unit-test
[ "sdl.factor" ] [ "sdl.factor" cli-arg ] unit-test
] with-scope