core-foundation.arrays: forgot to check in unit tests

db4
Slava Pestov 2010-02-15 01:03:40 +13:00
parent a1cb7b4be1
commit 51c833e12f
1 changed files with 11 additions and 0 deletions

View File

@ -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