| 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 9d98debbe135fa218b57ab5face602c889006969..3e844d557b05e58b666b75d066ea3982abd4ed5d 100644
|
| --- a/pkg/polymer/test/build/script_compactor_test.dart
|
| +++ b/pkg/polymer/test/build/script_compactor_test.dart
|
| @@ -173,8 +173,8 @@ initializerTests(phases) {
|
| '}\n'
|
| 'main(){}',
|
| }, {}, [
|
| - 'warning: The parameter to @CustomTag seems to be invalid. '
|
| - '(web/a.dart 2 11)',
|
| + 'warning: ${INVALID_ANNOTATION_ARGUMENT.create(
|
| + {'name': 'CustomTag'}).snippet} (web/a.dart 2 11)',
|
| ]);
|
|
|
| testPhases(
|
| @@ -503,8 +503,8 @@ initializerTestsExperimental(phases) {
|
| '}\n'
|
| 'main(){}',
|
| }, {}, [
|
| - 'warning: The parameter to @CustomTag seems to be invalid. '
|
| - '(web/a.dart 2 11)',
|
| + 'warning: ${INVALID_ANNOTATION_ARGUMENT.create(
|
| + {'name': 'CustomTag'}).snippet} (web/a.dart 2 11)',
|
| 'warning: ${NO_INITIALIZATION.snippet}',
|
| ]);
|
|
|
|
|