Commit 3a08ac1e authored by Aleksey Konovalov's avatar Aleksey Konovalov

Fix compilation for ios

parent c12d6c05
......@@ -21,7 +21,7 @@
- (void)test
{
NSString *str1 = @"some string with unicode \u0000, \u263A, \U0001F4A9 symbols";
NSString *str1 = @"some string with unicode \0, \u263A, \U0001F4A9 symbols";
NSString *str2 = @"another string with unicode \u263B, \U0001F4A8 symbols";
XCTAssertEqualObjects([[DBWcharTestHelpers getRecord] s], str1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment