Unverified Commit f85a75db authored by Tomasz Gucio's avatar Tomasz Gucio Committed by GitHub

Remove outdated TODO (#121200)

parent fede6d17
...@@ -54,7 +54,6 @@ void main() async { ...@@ -54,7 +54,6 @@ void main() async {
// The code points are passed a list of integers through the method channel, // The code points are passed a list of integers through the method channel,
// which will use the UTF16 to UTF8 utility function to convert them to a // which will use the UTF16 to UTF8 utility function to convert them to a
// std::string, which should equate to the original expected string. // std::string, which should equate to the original expected string.
// TODO(schectman): Remove trailing null from returned string
const String expected = 'ABCℵ'; const String expected = 'ABCℵ';
final Int32List codePoints = Int32List.fromList(expected.codeUnits); final Int32List codePoints = Int32List.fromList(expected.codeUnits);
final String converted = await testStringConversion(codePoints); final String converted = await testStringConversion(codePoints);
......
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