Chromium Code Reviews

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

Issue 686113002: Update repo to use dart2js from pkg/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix vm/cc/Dart2JsCompileAll test. Created 6 years, 1 month 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
« no previous file with comments | « tests/compiler/dart2js/least_upper_bound_test.dart ('k') | tests/compiler/dart2js/link_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/link_helper.dart
diff --git a/tests/compiler/dart2js/link_helper.dart b/tests/compiler/dart2js/link_helper.dart
index 438afa39d001765c77ea010ca877b0ce605262ab..dc0fe6fd7b93fc3dcb155956185425a088ffb6f5 100644
--- a/tests/compiler/dart2js/link_helper.dart
+++ b/tests/compiler/dart2js/link_helper.dart
@@ -4,8 +4,8 @@
library link_helper;
-import 'package:compiler/implementation/util/util.dart';
-import 'package:compiler/implementation/util/util_implementation.dart';
+import 'package:compiler/src/util/util.dart';
+import 'package:compiler/src/util/util_implementation.dart';
Link LinkFromList(List list) {
switch (list.length) {
« no previous file with comments | « tests/compiler/dart2js/least_upper_bound_test.dart ('k') | tests/compiler/dart2js/link_test.dart » ('j') | no next file with comments »

Powered by Google App Engine