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

Unified Diff: pkg/analyzer/test/src/task/html_work_manager_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/task/html_work_manager_test.dart
diff --git a/pkg/analyzer/test/src/task/html_work_manager_test.dart b/pkg/analyzer/test/src/task/html_work_manager_test.dart
index f4e9e7006f26be34999e5dc82b1dd814b38c3526..606bb24de2d7ba4f88395651293df26379ffe42f 100644
--- a/pkg/analyzer/test/src/task/html_work_manager_test.dart
+++ b/pkg/analyzer/test/src/task/html_work_manager_test.dart
@@ -325,7 +325,8 @@ class HtmlWorkManagerIntegrationTest {
entry2 = context.getCacheEntry(source2);
}
- void test_onResultInvalidated_scheduleInvalidatedLibrariesAfterSetSourceFactory() {
+ void
+ test_onResultInvalidated_scheduleInvalidatedLibrariesAfterSetSourceFactory() {
// Change the source factory, changing the analysis cache from when
// the work manager was constructed. This used to create a failure
// case for test_onResultInvalidated_scheduleInvalidLibraries so its
@@ -345,12 +346,9 @@ class HtmlWorkManagerIntegrationTest {
entry2.setState(HTML_ERRORS, CacheState.INVALID);
expect_sourceQueue([source1, source2]);
}
-
}
-class _SourceFactoryMock extends TypedMock
- implements SourceFactory {
-}
+class _SourceFactoryMock extends TypedMock implements SourceFactory {}
class _InternalAnalysisContextMock extends TypedMock
implements InternalAnalysisContext {
« no previous file with comments | « pkg/analyzer/test/src/dart/analysis/driver_test.dart ('k') | pkg/analyzer_cli/test/data/bazel/proj/lib/file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698