| 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();
|
|
|