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

Unified Diff: tests/isolate/package_root_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
Index: tests/isolate/package_root_test.dart
diff --git a/tests/isolate/package_root_test.dart b/tests/isolate/package_root_test.dart
index df3eae7ef50e167ec64bdcda13c766933d49cfb1..79b1c353313c5d4d8a22af1cb590c79c1bd5d541 100644
--- a/tests/isolate/package_root_test.dart
+++ b/tests/isolate/package_root_test.dart
@@ -7,7 +7,7 @@ import 'dart:isolate';
final SPAWN_PACKAGE_ROOT = "file:///no/such/file/";
-void main([args, port]) async {
+main([args, port]) async {
if (port != null) {
testPackageRoot(port);
return;
« no previous file with comments | « tests/isolate/package_resolve_test.dart ('k') | tests/isolate/scenarios/automatic_resolution_root/package_resolve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698