factor/extra/zeromq/zeromq-tests.factor

12 lines
304 B
Factor
Raw Normal View History

2013-09-18 18:28:59 -04:00
! Copyright (C) 2011-2013 Eungju PARK, John Benediktsson.
! See http://factorcode.org/license.txt for BSD license.
USING: destructors kernel tools.test ;
IN: zeromq
{ B{ 0 1 10 33 244 255 } } [
B{ 0 1 10 33 244 255 } byte-array>zmq-message
[ zmq-message>byte-array ] with-disposal
2013-09-18 18:28:59 -04:00
] unit-test