Fix serialize tsets
parent
dced1da5b5
commit
b44bc33d1b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue