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

Unified Diff: samples/markdown/test/markdown_test.dart

Issue 12295014: Remove deprecated Strings class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « samples/markdown/block_parser.dart ('k') | sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/markdown/test/markdown_test.dart
diff --git a/samples/markdown/test/markdown_test.dart b/samples/markdown/test/markdown_test.dart
index 6e6f6e869293d3fd9bdd3c29f841408d1aff246a..31792e15ce9c6870cfb98dc2ea1ee022f2149da1 100644
--- a/samples/markdown/test/markdown_test.dart
+++ b/samples/markdown/test/markdown_test.dart
@@ -778,7 +778,7 @@ cleanUpLiteral(String text) {
}
}
- return Strings.join(lines, '\n');
+ return lines.join('\n');
}
/// Does a loose comparison of the two strings of HTML. Ignores differences in
« no previous file with comments | « samples/markdown/block_parser.dart ('k') | sdk/lib/_internal/compiler/implementation/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698