| Index: pkg/front_end/testcases/export_main.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/export_main.dart.direct.expect b/pkg/front_end/testcases/export_main.dart.direct.expect
|
| index cd0ab4fc40f96df2a2defa078397470d72d8fb22..9227cd5276313b26d4542d193730b5c33c869bb5 100644
|
| --- a/pkg/front_end/testcases/export_main.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/export_main.dart.direct.expect
|
| @@ -1,4 +1,4 @@
|
| library;
|
| import self as self;
|
| -
|
| -static const field dynamic _exports# = "[[\"hello.dart\",\"main\"]]" /* from null */;
|
| +import "./hello.dart" as hel;
|
| +additionalExports = (hel::main)
|
|
|