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

Unified Diff: sdk/lib/_internal/pub_generated/test/test_pub.dart

Issue 602983002: Remove unused parameter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
« no previous file with comments | « sdk/lib/_internal/pub/test/test_pub.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub_generated/test/test_pub.dart
diff --git a/sdk/lib/_internal/pub_generated/test/test_pub.dart b/sdk/lib/_internal/pub_generated/test/test_pub.dart
index 2bdf396888eed6359c4265fbd9300837c6872927..fe4b2b6b308233bffa2d873f1807f02e3dcd7cc2 100644
--- a/sdk/lib/_internal/pub_generated/test/test_pub.dart
+++ b/sdk/lib/_internal/pub_generated/test/test_pub.dart
@@ -241,10 +241,10 @@ void scheduleSymlink(String target, String symlink) {
() => createSymlink(p.join(sandboxDir, target), p.join(sandboxDir, symlink)),
'symlinking $target to $symlink');
}
-void schedulePub({List args, output, error, outputJson,
- Future<Uri> tokenEndpoint, int exitCode: exit_codes.SUCCESS}) {
+void schedulePub({List args, output, error, outputJson, int exitCode:
+ exit_codes.SUCCESS}) {
assert(output == null || outputJson == null);
- var pub = startPub(args: args, tokenEndpoint: tokenEndpoint);
+ var pub = startPub(args: args);
pub.shouldExit(exitCode);
var failures = [];
var stderr;
« no previous file with comments | « sdk/lib/_internal/pub/test/test_pub.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698