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

Unified Diff: test/validator/dependency_override_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/dependency_override_test.dart
diff --git a/test/validator/dependency_override_test.dart b/test/validator/dependency_override_test.dart
index ae3e71cebb2408732a9036bb62214a9d8caa9f32..3373bc73f39596dadc35c931e823c13a84f0e081 100644
--- a/test/validator/dependency_override_test.dart
+++ b/test/validator/dependency_override_test.dart
@@ -14,8 +14,6 @@ Validator dependencyOverride(Entrypoint entrypoint) =>
new DependencyOverrideValidator(entrypoint);
main() {
- initConfig();
-
integration('invalidates a package if it has dependency overrides', () {
d.dir(appPath, [
d.pubspec({

Powered by Google App Engine
This is Rietveld 408576698