]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/strings/strings-tests.factor
use radix literals
[factor.git] / basis / core-foundation / strings / strings-tests.factor
index 1c52752b2195e52ca27a1d3b70189eb8e8d2cbed..1de46235949f85bc32ce4b726c8b2ffa21fcc77c 100644 (file)
@@ -12,4 +12,4 @@ IN: core-foundation
 [ "\0" ] [ "\0" <CFString> [ CF>string ] [ CFRelease ] bi ] unit-test
 
 ! This shouldn't fail
-[ ] [ { HEX: 123456 } >string <CFString> CFRelease ] unit-test
\ No newline at end of file
+[ ] [ { 0x123456 } >string <CFString> CFRelease ] unit-test
\ No newline at end of file