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

Unified Diff: tests/isolate/package_resolve_test.dart

Issue 1585503003: Fix static warning in test: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | « tests/isolate/package_config_test.dart ('k') | tests/isolate/package_root_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/package_resolve_test.dart
diff --git a/tests/isolate/package_resolve_test.dart b/tests/isolate/package_resolve_test.dart
index 948a3c14eb6ba5a954d0788ace5f210aa05f9afe..4a1b5843566e9314539acb4f7743bbeb82a23ee1 100644
--- a/tests/isolate/package_resolve_test.dart
+++ b/tests/isolate/package_resolve_test.dart
@@ -9,7 +9,7 @@ final SPAWN_PACKAGE_ROOT = "file:///no/such/package/root/";
final PACKAGE_URI = "package:foo/bar.dart";
final PACKAGE_PATH = "file:///no/such/package/root/foo/bar.dart";
-void main([args, port]) async {
+main([args, port]) async {
if (port != null) {
testPackageResolution(port);
return;
« no previous file with comments | « tests/isolate/package_config_test.dart ('k') | tests/isolate/package_root_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698