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

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

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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: tests/compiler/dart2js/check_elements_invariants_test.dart
diff --git a/tests/compiler/dart2js/check_elements_invariants_test.dart b/tests/compiler/dart2js/check_elements_invariants_test.dart
index 948c7a087967c77a99d9d02637d73b41865458db..2aff25489331fbde35a3bca1bcf2d589125b6f53 100644
--- a/tests/compiler/dart2js/check_elements_invariants_test.dart
+++ b/tests/compiler/dart2js/check_elements_invariants_test.dart
@@ -3,22 +3,22 @@
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
-import 'package:compiler/implementation/apiimpl.dart';
-import 'package:compiler/implementation/dart2jslib.dart' show NullSink;
+import 'package:compiler/src/apiimpl.dart';
+import 'package:compiler/src/dart2jslib.dart' show NullSink;
import 'package:expect/expect.dart';
-import 'package:compiler/implementation/filenames.dart';
-import 'package:compiler/implementation/source_file_provider.dart';
-import 'package:compiler/implementation/elements/elements.dart'
+import 'package:compiler/src/filenames.dart';
+import 'package:compiler/src/source_file_provider.dart';
+import 'package:compiler/src/elements/elements.dart'
show ClassElement;
-import 'package:compiler/implementation/resolution/class_members.dart'
+import 'package:compiler/src/resolution/class_members.dart'
show ClassMemberMixin;
import "package:async_helper/async_helper.dart";
const String DART2JS_SOURCE =
- 'sdk/lib/_internal/compiler/implementation/dart2js.dart';
+ 'pkg/compiler/lib/src/dart2js.dart';
const List<String> DART2JS_OPTIONS = const <String>[
- '--categories=Client,Server',
+ '--categories=Client,Server',
'--disable-type-inference'
];
« no previous file with comments | « tests/compiler/dart2js/call_site_simple_type_inferer_test.dart ('k') | tests/compiler/dart2js/command_line_split_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698