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

Unified Diff: pkg/analyzer/test/src/dart/analysis/driver_test.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: Format all analyzer packages Created 3 years, 9 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: pkg/analyzer/test/src/dart/analysis/driver_test.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/driver_test.dart b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
index a466fec765c9fe99eb2feadf32645c83cf517d3f..6fc0179c1641fa3675382ce8e4a4ad6983d1c056 100644
--- a/pkg/analyzer/test/src/dart/analysis/driver_test.dart
+++ b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
@@ -418,9 +418,9 @@ part of lib;
// TODO(28522): Should cause an error for wrong library name.
expect(errors, hasLength(0));
} else {
- expect(errors, hasLength(1));
- expect(errors[0].errorCode,
- ResolverErrorCode.MISSING_LIBRARY_DIRECTIVE_WITH_PART);
+ expect(errors, hasLength(1));
+ expect(errors[0].errorCode,
+ ResolverErrorCode.MISSING_LIBRARY_DIRECTIVE_WITH_PART);
}
}
« no previous file with comments | « pkg/analyzer/test/generated/analysis_context_factory.dart ('k') | pkg/analyzer/test/src/task/html_work_manager_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698