Chromium Code Reviews

Unified Diff: test/get/git/check_out_unfetched_revision_of_cached_repo_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_unfetched_revision_of_cached_repo_test.dart
diff --git a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
index 8b45487494af9a9a7f9d8e9edb2b0e5c71ce9068..af195930a761f0d5cccc2867bf99c4226e8f5091 100644
--- a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
+++ b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
@@ -12,7 +12,6 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- initConfig();
// Regression test for issue 20947.
integration('checks out an unfetched and locked revision of a cached '
'repository', () {

Powered by Google App Engine