| Index: pkg/polymer/test/build/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/build/all_phases_test.dart b/pkg/polymer/test/build/all_phases_test.dart
|
| index 80efec72d68f11d10f62dbc6c1c77f802b9ebe4d..150913c788b0ea59cc5255066bb4e02bcf37a6f5 100644
|
| --- a/pkg/polymer/test/build/all_phases_test.dart
|
| +++ b/pkg/polymer/test/build/all_phases_test.dart
|
| @@ -177,7 +177,8 @@ void main() {
|
| 'warning: ${ONLY_ONE_TAG.snippet} (web/test.html 2 0)',
|
| 'warning: ${ONLY_ONE_TAG.snippet} (web/test.html 18 0)',
|
| 'warning: ${ONLY_ONE_TAG.snippet} (web/test.html 34 0)',
|
| - 'warning: Script file at "d.dart" not found. (web/test.html 34 0)',
|
| + 'warning: ${SCRIPT_FILE_NOT_FOUND.create({'url': 'd.dart'}).snippet} '
|
| + '(web/test.html 34 0)',
|
| ]);
|
|
|
| testPhases('with imports', phases, {
|
|
|