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

Unified Diff: dart/tests/compiler/dart2js/call_site_type_inferer_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/call_site_type_inferer_test.dart
diff --git a/dart/tests/compiler/dart2js/call_site_type_inferer_test.dart b/dart/tests/compiler/dart2js/call_site_type_inferer_test.dart
index 8176f7547f1f1ea850ea1b7f16b2d38d4cf47fb0..a32d9e62bc3f2252e1f5029502aa85254a3467d9 100644
--- a/dart/tests/compiler/dart2js/call_site_type_inferer_test.dart
+++ b/dart/tests/compiler/dart2js/call_site_type_inferer_test.dart
@@ -2,14 +2,13 @@
// 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("dart:uri");
+import 'dart:uri';
-#import("../../../lib/compiler/implementation/js_backend/js_backend.dart");
-#import("../../../lib/compiler/implementation/ssa/ssa.dart");
-#import("../../../lib/compiler/implementation/scanner/scannerlib.dart");
+import '../../../lib/compiler/implementation/js_backend/js_backend.dart';
+import '../../../lib/compiler/implementation/ssa/ssa.dart';
-#import('compiler_helper.dart');
-#import('parser_helper.dart');
+import 'compiler_helper.dart';
+import 'parser_helper.dart';
void compileAndFind(String code,
String className,
« no previous file with comments | « dart/tests/compiler/dart2js/begin_end_token_test.dart ('k') | dart/tests/compiler/dart2js/partial_parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698