| Index: pkg/polymer/test/build/import_inliner_test.dart
|
| diff --git a/pkg/polymer/test/build/import_inliner_test.dart b/pkg/polymer/test/build/import_inliner_test.dart
|
| index 13b4cdf71617d1604c7cd8d28b7b93aba0213b7b..0602b5325fa843d8582437f6fce6eefe2ec5e254 100644
|
| --- a/pkg/polymer/test/build/import_inliner_test.dart
|
| +++ b/pkg/polymer/test/build/import_inliner_test.dart
|
| @@ -7,6 +7,7 @@ library polymer.test.build.import_inliner_test;
|
| import 'dart:convert';
|
| import 'package:polymer/src/build/common.dart';
|
| import 'package:polymer/src/build/import_inliner.dart';
|
| +import 'package:polymer/src/build/messages.dart';
|
| import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'common.dart';
|
| @@ -704,8 +705,9 @@ void importTests() {
|
| '}'
|
| '}]}',
|
| }, [
|
| - 'error: Failed to inline HTML import: '
|
| - 'Could not find asset a|web/foo.html. (web/test.html 0 27)',
|
| + 'error: ${INLINE_IMPORT_FAIL.create({
|
| + 'error': 'Could not find asset a|web/foo.html.'}).snippet} '
|
| + '(web/test.html 0 27)',
|
| ]);
|
| }
|
|
|
|
|