zeromq: Opaque unit tests that keep failing are bad. Change to something

we can debug.
db4
Doug Coleman 2014-11-01 13:19:53 -07:00
parent 4bab33bddb
commit fb09b8c69c
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ USING: destructors kernel tools.test ;
IN: zeromq IN: zeromq
{ t } [ { B{ 0 1 10 33 244 255 } } [
B{ 0 1 10 33 244 255 } dup byte-array>zmq-message B{ 0 1 10 33 244 255 } byte-array>zmq-message
[ zmq-message>byte-array ] with-disposal = [ zmq-message>byte-array ] with-disposal
] unit-test ] unit-test