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

Unified Diff: packages/initialize/test/initializer_cycle_error_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
Index: packages/initialize/test/initializer_cycle_error_test.dart
diff --git a/packages/initialize/test/initializer_cycle_error_test.dart b/packages/initialize/test/initializer_cycle_error_test.dart
index 365e64f5ad641b14445448247b82578e27c34404..200a8ecee2665a3032b9af5b7f3b28e05e0073de 100644
--- a/packages/initialize/test/initializer_cycle_error_test.dart
+++ b/packages/initialize/test/initializer_cycle_error_test.dart
@@ -15,6 +15,7 @@ import 'package:test/test.dart';
main() {
test('super class cycles are not supported', () {
expect(run, throwsUnsupportedError);
- }, 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/test/initializer_custom_filter_test.dart ('k') | packages/initialize/test/initializer_from_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698