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

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

Issue 341923005: Update imports to use package:compiler and package:try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37512. Created 6 years, 6 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
« no previous file with comments | « dart/tests/compiler/dart2js/dump_info_test.dart ('k') | dart/tests/compiler/dart2js/exit_code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/erroneous_element_test.dart
diff --git a/dart/tests/compiler/dart2js/erroneous_element_test.dart b/dart/tests/compiler/dart2js/erroneous_element_test.dart
index 893dc3cb6a3f1149f5c35b999eb74e80561c3d6e..f4f21e8e16a7041041e41b2d32228925a416df78 100644
--- a/dart/tests/compiler/dart2js/erroneous_element_test.dart
+++ b/dart/tests/compiler/dart2js/erroneous_element_test.dart
@@ -3,13 +3,13 @@
// BSD-style license that can be found in the LICENSE file.
import "package:expect/expect.dart";
-import '../../../sdk/lib/_internal/compiler/implementation/elements/elements.dart';
+import 'package:compiler/implementation/elements/elements.dart';
import 'parser_helper.dart';
-import '../../../sdk/lib/_internal/compiler/implementation/elements/modelx.dart'
+import 'package:compiler/implementation/elements/modelx.dart'
show ErroneousElementX;
-import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart'
+import 'package:compiler/implementation/dart2jslib.dart'
show MessageKind;
void main() {
« no previous file with comments | « dart/tests/compiler/dart2js/dump_info_test.dart ('k') | dart/tests/compiler/dart2js/exit_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698