| Index: pkg/polymer/test/build/linter_test.dart
|
| diff --git a/pkg/polymer/test/linter_test.dart b/pkg/polymer/test/build/linter_test.dart
|
| similarity index 99%
|
| rename from pkg/polymer/test/linter_test.dart
|
| rename to pkg/polymer/test/build/linter_test.dart
|
| index 1b4c34876df247d42014bffb7ce73a13424c4372..ad5d9374856df63791e25ecd2e5ce933bca477ad 100644
|
| --- a/pkg/polymer/test/linter_test.dart
|
| +++ b/pkg/polymer/test/build/linter_test.dart
|
| @@ -9,7 +9,7 @@ import 'package:polymer/src/linter.dart';
|
| import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import 'transform/common.dart';
|
| +import '../transform/common.dart';
|
|
|
| void main() {
|
| useCompactVMConfiguration();
|
| @@ -23,7 +23,7 @@ void main() {
|
| _testLinter('in web', {
|
| 'a|web/test.html': '<html></html>',
|
| }, {
|
| - 'a|web/test.html.messages':
|
| + 'a|web/test.html.messages':
|
| 'warning: Unexpected start tag (html). Expected DOCTYPE. '
|
| '(web/test.html 0 0)',
|
| });
|
|
|