Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart

Issue 22941002: Remove unused imports in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 4 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/serve/does_not_install_first_if_git_url_did_not_change_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart b/sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart
index ee92c92f7ca14ef97cbd935a5f31423ee9eda393..d51e5e872f93f4729cf8d06b1d3535aff00748b8 100644
--- a/sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/does_not_install_first_if_git_url_did_not_change_test.dart
@@ -4,9 +4,6 @@
library pub_tests;
-import 'dart:io';
-import 'dart:json' as json;
-
import '../descriptor.dart' as d;
import '../test_pub.dart';
import 'utils.dart';

Powered by Google App Engine