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