Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/install/git/check_out_and_update_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/install/git/check_out_and_update_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
index 9fd1e6afb25e6cca868ab1a218bea4a8c8aa6d03..7474772844eb66177a0f45197bcd3f4891048340 100644
--- a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
+++ b/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
@@ -4,8 +4,6 @@
library pub_tests;
-import 'dart:io';
-
import '../../descriptor.dart' as d;
import '../../test_pub.dart';

Powered by Google App Engine