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

Unified Diff: packages/initialize/test/deferred_library_test.dart

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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 | « packages/initialize/pubspec.yaml ('k') | packages/initialize/test/initializer_custom_filter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/initialize/test/deferred_library_test.dart
diff --git a/packages/initialize/test/deferred_library_test.dart b/packages/initialize/test/deferred_library_test.dart
index 0bff18708e3000ae423534a25d027b9d234caa94..e38542ca1ffad45ac9c41a955c51038a13b6775b 100644
--- a/packages/initialize/test/deferred_library_test.dart
+++ b/packages/initialize/test/deferred_library_test.dart
@@ -24,6 +24,7 @@ main() {
expect(InitializeTracker.seen.length, 5);
});
});
- }, skip: 'Should be skipped only in pub-serve mode, blocked on '
- 'https://github.com/dart-lang/test/issues/388.');
+ },
+ skip: 'Should be skipped only in pub-serve mode, blocked on '
+ 'https://github.com/dart-lang/test/issues/388.');
}
« no previous file with comments | « packages/initialize/pubspec.yaml ('k') | packages/initialize/test/initializer_custom_filter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698