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

Unified Diff: test/dependency_graph_test.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/codegen/language/async_await_test.dart ('k') | test/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependency_graph_test.dart
diff --git a/test/dependency_graph_test.dart b/test/dependency_graph_test.dart
index ecc091845291c933f4ae6de642b3056375a67c3c..d7f8b0a60ed05ccdd3bffd01e7348253a33a55f2 100644
--- a/test/dependency_graph_test.dart
+++ b/test/dependency_graph_test.dart
@@ -739,9 +739,11 @@ void main() {
var node = nodeOf('/index3.html');
rebuild(node, buildNoTransitiveChange);
// Note: a6.dart is not included because it built as part of a2.dart
- expect(results, ['a3.dart', 'a10.dart', 'a4.dart', 'a5.dart', 'a2.dart']
- ..addAll(runtimeFilesWithoutPath)
- ..add('index3.html'));
+ expect(
+ results,
+ ['a3.dart', 'a10.dart', 'a4.dart', 'a5.dart', 'a2.dart']
+ ..addAll(runtimeFilesWithoutPath)
+ ..add('index3.html'));
// Marks are removed automatically by rebuild
expectGraph(
« no previous file with comments | « test/codegen/language/async_await_test.dart ('k') | test/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698