Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart

Issue 354763006: Add a "pub global run" command. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise! Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart b/sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart
index d8b342544faa50fab855da3aba3c0a492868ea8c..3ccfa9087d353268925837ccc3bae5e27521282d 100644
--- a/sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart
+++ b/sdk/lib/_internal/pub/test/run/runs_named_app_in_dependency_test.dart
@@ -4,7 +4,6 @@
import '../descriptor.dart' as d;
import '../test_pub.dart';
-import 'utils.dart';
main() {
initConfig();

Powered by Google App Engine