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

Unified Diff: dart/tests/compiler/dart2js/value_range2_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/uri_extras_test.dart ('k') | dart/tests/compiler/dart2js/warnings_checker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/value_range2_test.dart
diff --git a/dart/tests/compiler/dart2js/value_range2_test.dart b/dart/tests/compiler/dart2js/value_range2_test.dart
index df274a87cd4dfa2e717f482ba3c9f0ea12cdf4de..5bebf99f843b3297f3a6fe7930dd9b0d77ee8f7e 100644
--- a/dart/tests/compiler/dart2js/value_range2_test.dart
+++ b/dart/tests/compiler/dart2js/value_range2_test.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
import "package:expect/expect.dart";
-import "../../../sdk/lib/_internal/compiler/implementation/ssa/ssa.dart";
-import "../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart";
-import "../../../sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart";
+import "package:compiler/implementation/ssa/ssa.dart";
+import "package:compiler/implementation/dart2jslib.dart";
+import "package:compiler/implementation/js_backend/js_backend.dart";
ValueRangeInfo info = new ValueRangeInfo(const JavaScriptConstantSystem());
« no previous file with comments | « dart/tests/compiler/dart2js/uri_extras_test.dart ('k') | dart/tests/compiler/dart2js/warnings_checker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698