Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: utils/tests/string_encoding/unicode_tests.dart

Issue 9323077: Optimize special cases in utf8 and utf16 where input can be copied to output. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: respond to comments, move throw up a little, fix unit test types. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/tests/string_encoding/unicode_tests.dart
diff --git a/utils/tests/string_encoding/unicode_tests.dart b/utils/tests/string_encoding/unicode_tests.dart
index 32c0f9c89921a33b272b6333ee17cf1b72b889ed..53114e4b27c5502eaecfaa1b07c71cf9d481b3b7 100755
--- a/utils/tests/string_encoding/unicode_tests.dart
+++ b/utils/tests/string_encoding/unicode_tests.dart
@@ -32,6 +32,6 @@ class UnicodeTests extends TestClass {
}
void testCodepointsToString() {
- Expect.listEquals(testPhrase, codepointsToString(testCodepoints));
+ Expect.stringEquals(testPhrase, codepointsToString(testCodepoints));
}
}
« utils/string_encoding/utf8_impl.dart ('K') | « utils/string_encoding/utf8_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698