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

Unified Diff: test/checker/self_host_test.dart

Issue 954773003: rename package:ddc to package:dev_compiler (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
index a713b33053404156d3a9cd4f24bf105fbbd7a0e4..111a5226cafb5d0bb84147370c41550634c49d9d 100644
--- a/test/checker/self_host_test.dart
+++ b/test/checker/self_host_test.dart
@@ -7,10 +7,10 @@ library ddc.test.end_to_end;
import 'dart:io';
import 'package:cli_util/cli_util.dart' show getSdkDir;
-import 'package:ddc/devc.dart' show compile;
-import 'package:ddc/src/options.dart';
-import 'package:ddc/src/report.dart';
-import 'package:ddc/src/checker/resolver.dart' show TypeResolver;
+import 'package:dev_compiler/devc.dart' show compile;
+import 'package:dev_compiler/src/options.dart';
+import 'package:dev_compiler/src/report.dart';
+import 'package:dev_compiler/src/checker/resolver.dart' show TypeResolver;
import 'package:path/path.dart' as path;
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698