| Index: test/dart_codegen/expect/d/d.dart
|
| diff --git a/test/dart_codegen/expect/d/d.dart b/test/dart_codegen/expect/d/d.dart
|
| index e4048c8eafc619b7365aa6d08da537c0d16d6109..eac607a57735ee1060b2a9cbffed974da34cdaea 100644
|
| --- a/test/dart_codegen/expect/d/d.dart
|
| +++ b/test/dart_codegen/expect/d/d.dart
|
| @@ -1,7 +1,7 @@
|
| library d;
|
|
|
| import 'a/a.dart' as DDC$a$;
|
| -import 'package:ddc/runtime/dart_logging_runtime.dart' as DDC$RT;
|
| +import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DDC$RT;
|
| import 'b.dart';
|
|
|
| void foo() {
|
|
|