| Index: test/dart_codegen/expect/c/c.dart
|
| diff --git a/test/dart_codegen/expect/c/c.dart b/test/dart_codegen/expect/c/c.dart
|
| index cd3587c9d8d992301e3624438fbe6314ca032005..ed67b83f5445edfb6d632592fc9216dc786e1725 100644
|
| --- a/test/dart_codegen/expect/c/c.dart
|
| +++ b/test/dart_codegen/expect/c/c.dart
|
| @@ -1,7 +1,7 @@
|
| library c;
|
|
|
| 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 bar() {
|
|
|