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

Unified Diff: dart/tests/compiler/dart2js/partial_parser_test.dart

Issue 11368008: Avoid duplicated imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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: dart/tests/compiler/dart2js/partial_parser_test.dart
diff --git a/dart/tests/compiler/dart2js/partial_parser_test.dart b/dart/tests/compiler/dart2js/partial_parser_test.dart
index 60454d72ec1b2bb10a5611a58891efc16a910626..0539dfdef4e35d6686fc9fb87221aeeac522e2f8 100644
--- a/dart/tests/compiler/dart2js/partial_parser_test.dart
+++ b/dart/tests/compiler/dart2js/partial_parser_test.dart
@@ -2,8 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#import('parser_helper.dart');
-#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
+import 'parser_helper.dart';
void main() {
testSkipExpression();
« no previous file with comments | « dart/tests/compiler/dart2js/call_site_type_inferer_test.dart ('k') | dart/tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698