| Index: test/regression/0100/0162.stmt
|
| diff --git a/test/regression/0100/0162.stmt b/test/regression/0100/0162.stmt
|
| index daa92ac13434b20ebca20bdd0953fc21f38f69b5..5936f6f7777fb2bae983009a7a6e3bb2f1c425ae 100644
|
| --- a/test/regression/0100/0162.stmt
|
| +++ b/test/regression/0100/0162.stmt
|
| @@ -28,22 +28,19 @@ void main() {
|
| }
|
| <<<
|
| void main() {
|
| - useGeneratedCode(new StaticConfiguration(
|
| - checkedMode: false,
|
| - parents: {
|
| - smoke_0.A: smoke_1.PolymerElement,
|
| - smoke_0.B: smoke_0.A,
|
| - smoke_0.C: smoke_0.B,
|
| - smoke_0.D: smoke_0.B,
|
| - smoke_0.E: smoke_0.C,
|
| - },
|
| - declarations: {
|
| - smoke_0.A: {},
|
| - smoke_0.B: {},
|
| - smoke_0.C: {},
|
| - smoke_0.D: {},
|
| - smoke_0.E: {},
|
| - }));
|
| + useGeneratedCode(new StaticConfiguration(checkedMode: false, parents: {
|
| + smoke_0.A: smoke_1.PolymerElement,
|
| + smoke_0.B: smoke_0.A,
|
| + smoke_0.C: smoke_0.B,
|
| + smoke_0.D: smoke_0.B,
|
| + smoke_0.E: smoke_0.C,
|
| + }, declarations: {
|
| + smoke_0.A: {},
|
| + smoke_0.B: {},
|
| + smoke_0.C: {},
|
| + smoke_0.D: {},
|
| + smoke_0.E: {},
|
| + }));
|
| new LogInjector().injectLogsFromUrl('sort_registration_test.html._buildLogs');
|
| configureForDeployment([
|
| () => Polymer.register('x-a', i0.A),
|
|
|