7 lines
219 B
Factor
7 lines
219 B
Factor
|
! Copyright (C) 2009 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test io.files.info.windows system kernel ;
|
||
|
IN: io.files.info.windows.tests
|
||
|
|
||
|
[ ] [ vm file-times 3drop ] unit-test
|