Chromium Code Reviews

Unified Diff: test/get/git/check_out_transitive_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.
Jump to:
View side-by-side diff with in-line comments
Index: test/get/git/check_out_transitive_test.dart
diff --git a/test/get/git/check_out_transitive_test.dart b/test/get/git/check_out_transitive_test.dart
index 24ee172b15b8c792d4190709ec4d1b18ff35946d..854cc1d33cacdf0c89838cc767711cbc0b2b71c5 100644
--- a/test/get/git/check_out_transitive_test.dart
+++ b/test/get/git/check_out_transitive_test.dart
@@ -8,7 +8,6 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- initConfig();
integration('checks out packages transitively from Git', () {
ensureGit();

Powered by Google App Engine