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

Unified Diff: tests/language/named_parameters_with_dollars_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 | « tests/co19/co19-runtime.status ('k') | tests/language/string_join_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/named_parameters_with_dollars_test.dart
diff --git a/tests/language/named_parameters_with_dollars_test.dart b/tests/language/named_parameters_with_dollars_test.dart
index 6bd7af378ed4c7fcf3f42b6ec5fd661ac37d473d..e4f0f27d3427f32f32534bf70570eeb5a0847769 100644
--- a/tests/language/named_parameters_with_dollars_test.dart
+++ b/tests/language/named_parameters_with_dollars_test.dart
@@ -28,7 +28,7 @@ format(thing) {
fragments.add(format(item));
}
fragments.add(']');
- return Strings.concatAll(fragments);
+ return fragments.join();
}
return thing.toString();
}
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/string_join_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698