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

Unified Diff: test/report_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/end_to_end_test.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index 5321ac9d9db50b7631dfc469975d3d68bfce2484..8cc3a35ac199bbdc65991eff2f31470e66d5aa71 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -8,8 +8,8 @@ library ddc.test.report_test;
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
-import 'package:ddc/src/testing.dart';
-import 'package:ddc/src/report.dart';
+import 'package:dev_compiler/src/testing.dart';
+import 'package:dev_compiler/src/report.dart';
main() {
useCompactVMConfiguration();
« no previous file with comments | « test/end_to_end_test.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698