core-foundation.arrays: forgot to check in unit tests
parent
a1cb7b4be1
commit
51c833e12f
|
@ -0,0 +1,11 @@
|
|||
IN: core-foundation.arrays.tests
|
||||
USING: core-foundation core-foundation.arrays
|
||||
core-foundation.strings destructors sequences tools.test ;
|
||||
|
||||
[ { "1" "2" "3" } ] [
|
||||
[
|
||||
{ "1" "2" "3" }
|
||||
[ <CFString> &CFRelease ] map
|
||||
<CFArray> CF>string-array
|
||||
] with-destructors
|
||||
] unit-test
|
Loading…
Reference in New Issue