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

Unified Diff: test/multitest.dart

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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 | « test/dependency_graph_test.dart ('k') | test/report_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/multitest.dart
diff --git a/test/multitest.dart b/test/multitest.dart
index beb7114e51a780d88db87f3ab566e9759f0f54f6..c5fcf990a413d6563ea9c2ddc2bb3c90993751c3 100644
--- a/test/multitest.dart
+++ b/test/multitest.dart
@@ -152,7 +152,8 @@ class _Annotation {
if (!line.contains('///')) {
return null;
}
- var parts = line.split('///')[1]
+ var parts = line
+ .split('///')[1]
.split(':')
.map((s) => s.trim())
.where((s) => s.length > 0)
« no previous file with comments | « test/dependency_graph_test.dart ('k') | test/report_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698