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

Unified Diff: test/pub_uploader_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/pub_uploader_test.dart
diff --git a/test/pub_uploader_test.dart b/test/pub_uploader_test.dart
index 73c101f333776d0106fc2a20e4bf90128036a9cf..997badb9395769b53e75c99d44432580fc995c63 100644
--- a/test/pub_uploader_test.dart
+++ b/test/pub_uploader_test.dart
@@ -39,7 +39,6 @@ ScheduledProcess startPubUploader(ScheduledServer server, List<String> args) {
}
main() {
- initConfig();
group('displays usage', () {
integration('when run with no arguments', () {
schedulePub(args: ['uploader'],

Powered by Google App Engine
This is Rietveld 408576698