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

Unified Diff: packages/plugin/test/plugin_impl_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/plugin/pubspec.yaml ('k') | packages/pool/.analysis_options » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/plugin/test/plugin_impl_test.dart
diff --git a/packages/plugin/test/plugin_impl_test.dart b/packages/plugin/test/plugin_impl_test.dart
index 2221cf81ced78346808871cdc4260913d80df848..c8603afbcf5ca70a009d375cc1c69dd6df038a93 100644
--- a/packages/plugin/test/plugin_impl_test.dart
+++ b/packages/plugin/test/plugin_impl_test.dart
@@ -6,9 +6,11 @@ library test.operation;
import 'package:plugin/plugin.dart';
import 'package:plugin/src/plugin_impl.dart';
-import 'package:test/test.dart';
+import 'package:unittest/unittest.dart';
main() {
+ groupSep = ' | ';
+
group('ExtensionManager', () {
test('processPlugins', () {
TestPlugin plugin1 = new TestPlugin('plugin1');
« no previous file with comments | « packages/plugin/pubspec.yaml ('k') | packages/pool/.analysis_options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698