Merge branch 'master' of git://factorcode.org/git/factor

db4
Eduardo Cavazos 2008-04-04 21:14:48 -05:00
commit 4323b07f81
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
IN: compiler.tests
USING: compiler generator generator.registers
generator.registers.private tools.test namespaces sequences
words kernel math effects definitions compiler.units ;
words kernel math effects definitions compiler.units accessors ;
: <int-vreg> ( n -- vreg ) int-regs <vreg> ;
@ -178,7 +178,7 @@ SYMBOL: template-chosen
] unit-test
[ t ] [
phantom-datastack get [ cached? ] all?
phantom-datastack get stack>> [ cached? ] all?
] unit-test
! >r

View File

@ -27,8 +27,6 @@ IN: io.windows.nt.files.tests
[ f ] [ "." root-directory? ] unit-test
[ f ] [ ".." root-directory? ] unit-test
[ ] [ "" resource-path cd ] unit-test
[ "\\foo\\bar" ] [ "/foo/bar" normalize-path ":" split1 nip ] unit-test
[ "\\\\?\\C:\\builds\\factor\\log.txt" ] [