| Index: pkg/polymer/test/build/script_compactor_test.dart
|
| diff --git a/pkg/polymer/test/build/script_compactor_test.dart b/pkg/polymer/test/build/script_compactor_test.dart
|
| index 48952bb894f5cb5e02c265f49285d87b93212404..727018fd9a42491518cb86fdc3009f507618e6e6 100644
|
| --- a/pkg/polymer/test/build/script_compactor_test.dart
|
| +++ b/pkg/polymer/test/build/script_compactor_test.dart
|
| @@ -99,7 +99,7 @@ initializerTests(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| configureForDeployment([
|
| () => Polymer.register(\'x-foo\', i0.XFoo),
|
| @@ -143,7 +143,7 @@ initializerTests(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| configureForDeployment([
|
| () => Polymer.register(\'x-foo2\', i0.XFoo),
|
| @@ -179,7 +179,7 @@ initializerTests(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| configureForDeployment([]);
|
| i0.main();
|
| @@ -307,12 +307,12 @@ initializerTests(phases) {
|
| smoke_4.XH1: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_5.XC1: const {},
|
| - smoke_5.XC2: const {},
|
| - smoke_0.XE: const {},
|
| - smoke_2.XF1: const {},
|
| - smoke_3.XG2: const {},
|
| - smoke_4.XH1: const {},
|
| + smoke_5.XC1: {},
|
| + smoke_5.XC2: {},
|
| + smoke_0.XE: {},
|
| + smoke_2.XF1: {},
|
| + smoke_3.XG2: {},
|
| + smoke_4.XH1: {},
|
| }));
|
| configureForDeployment([
|
| i0.mA,
|
| @@ -412,7 +412,7 @@ initializerTestsExperimental(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| startPolymer([
|
| i0.main,
|
| @@ -456,7 +456,7 @@ initializerTestsExperimental(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| startPolymer([
|
| () => Polymer.register(\'x-foo2\', i0.XFoo),
|
| @@ -491,7 +491,7 @@ initializerTestsExperimental(phases) {
|
| smoke_0.XFoo: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_0.XFoo: const {},
|
| + smoke_0.XFoo: {},
|
| }));
|
| startPolymer([]);
|
| }
|
| @@ -620,12 +620,12 @@ initializerTestsExperimental(phases) {
|
| smoke_4.XH1: smoke_1.PolymerElement,
|
| },
|
| declarations: {
|
| - smoke_5.XC1: const {},
|
| - smoke_5.XC2: const {},
|
| - smoke_0.XE: const {},
|
| - smoke_2.XF1: const {},
|
| - smoke_3.XG2: const {},
|
| - smoke_4.XH1: const {},
|
| + smoke_5.XC1: {},
|
| + smoke_5.XC2: {},
|
| + smoke_0.XE: {},
|
| + smoke_2.XF1: {},
|
| + smoke_3.XG2: {},
|
| + smoke_4.XH1: {},
|
| }));
|
| startPolymer([
|
| i0.mA,
|
|
|