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

Unified Diff: test/validator/sdk_constraint_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/sdk_constraint_test.dart
diff --git a/test/validator/sdk_constraint_test.dart b/test/validator/sdk_constraint_test.dart
index c1f1542f5461df368a06be55e259d3341ab8fa98..f2e6303efba963ef70c8e192eca9a00d6e83e6c3 100644
--- a/test/validator/sdk_constraint_test.dart
+++ b/test/validator/sdk_constraint_test.dart
@@ -21,8 +21,6 @@ Validator sdkConstraint(Entrypoint entrypoint) =>
new SdkConstraintValidator(entrypoint);
main() {
- initConfig();
-
group('should consider a package valid if it', () {
integration('has no SDK constraint', () {
d.validPackage.create();

Powered by Google App Engine
This is Rietveld 408576698