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

Unified Diff: tests/isolate/package_config_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 | « no previous file | tests/isolate/package_resolve_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/package_config_test.dart
diff --git a/tests/isolate/package_config_test.dart b/tests/isolate/package_config_test.dart
index 501ba6423c5352425a803204be40afd3821d1972..1b55194d0a167b0d906b9d2da4ae201b378923b7 100644
--- a/tests/isolate/package_config_test.dart
+++ b/tests/isolate/package_config_test.dart
@@ -7,7 +7,7 @@ import 'dart:isolate';
final SPAWN_PACKAGE_CONFIG = "foobar:///no/such/file/";
-void main([args, port]) async {
+main([args, port]) async {
if (port != null) {
testPackageConfig(port);
return;
« no previous file with comments | « no previous file | tests/isolate/package_resolve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698