Fix serialize tsets

db4
Slava Pestov 2008-11-15 04:13:03 -06:00
parent dced1da5b5
commit b44bc33d1b
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
! Copyright (C) 2006 Chris Double. ! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
! !
USING: tools.test kernel serialize io io.streams.byte-array math USING: tools.test kernel serialize serialize.private io
alien arrays byte-arrays bit-arrays float-arrays sequences math io.streams.byte-array math alien arrays byte-arrays bit-arrays
prettyprint parser classes math.constants io.encodings.binary float-arrays sequences math prettyprint parser classes
random assocs ; math.constants io.encodings.binary random assocs ;
IN: serialize.tests IN: serialize.tests
: test-serialize-cell : test-serialize-cell