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

Unified Diff: pkg/analyzer/test/src/test_all.dart

Issue 1362033002: Plugin config format validation (and tests). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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: pkg/analyzer/test/src/test_all.dart
diff --git a/pkg/analyzer/test/src/test_all.dart b/pkg/analyzer/test/src/test_all.dart
index 5aefb6678a0961af4d9513d7321f009b9f18a619..f9ad08af9e6454da81645f74a10e1e5b0d2366e0 100644
--- a/pkg/analyzer/test/src/test_all.dart
+++ b/pkg/analyzer/test/src/test_all.dart
@@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
import '../utils.dart';
import 'context/test_all.dart' as context;
+import 'plugin/plugin_config_test.dart' as plugin;
import 'task/test_all.dart' as task;
import 'util/test_all.dart' as util;
@@ -16,6 +17,7 @@ main() {
initializeTestEnvironment();
group('src tests', () {
context.main();
+ plugin.main();
task.main();
util.main();
});

Powered by Google App Engine
This is Rietveld 408576698