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

Unified Diff: test/validator/license_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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: test/validator/license_test.dart
diff --git a/test/validator/license_test.dart b/test/validator/license_test.dart
index 76f3a4da5e90720527af1c5c22217d604a26ca53..814f3b4c292e8cecb1920dc6c5b34ca687212d9f 100644
--- a/test/validator/license_test.dart
+++ b/test/validator/license_test.dart
@@ -16,8 +16,6 @@ import 'utils.dart';
Validator license(Entrypoint entrypoint) => new LicenseValidator(entrypoint);
main() {
- initConfig();
-
group('should consider a package valid if it', () {
setUp(d.validPackage.create);

Powered by Google App Engine
This is Rietveld 408576698