start a unit test file for stat

Doug Coleman 2008-03-20 15:24:30 -05:00
parent e539246131
commit c996c092fc
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
USING: kernel tools.test files.unique ;
IN: unix.stat.tests
[ 123 ] [
123 CHAR: a <repetition> [
write
] with-unique-file file-size>>
] unit-test