| Index: pkg/front_end/testcases/rasta/export.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/rasta/export.dart.strong.expect b/pkg/front_end/testcases/rasta/export.dart.strong.expect
|
| index e722c1fd1571819ddac3b847c8a4e24be03c1cd8..07bcd0f445f7efed61322b06d9cc11542b711955 100644
|
| --- a/pkg/front_end/testcases/rasta/export.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/rasta/export.dart.strong.expect
|
| @@ -1,4 +1,4 @@
|
| library export;
|
| import self as self;
|
| -
|
| -static const field dynamic _exports# = "[[\"foo.dart\",\"foo\"]]" /* from null */;
|
| +import "./foo.dart" as foo;
|
| +additionalExports = (foo::foo)
|
|
|