Chromium Code Reviews

Unified Diff: test/get/git/check_out_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_test.dart
diff --git a/test/get/git/check_out_test.dart b/test/get/git/check_out_test.dart
index a12b1bef7d2c2b2a69dfe922a15b9d11c68763cf..6e619a173f74c02b74159bc050338571a54fa5d9 100644
--- a/test/get/git/check_out_test.dart
+++ b/test/get/git/check_out_test.dart
@@ -8,7 +8,6 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- initConfig();
integration('checks out a package from Git', () {
ensureGit();

Powered by Google App Engine