| Index: pkg/polymer/test/build/linter_test.dart
|
| diff --git a/pkg/polymer/test/build/linter_test.dart b/pkg/polymer/test/build/linter_test.dart
|
| index 4894b5501068e213ca65fdb0336482fd55c89e5e..ab6ff85f3a0241e9daf4cf4cc66b994980c57609 100644
|
| --- a/pkg/polymer/test/build/linter_test.dart
|
| +++ b/pkg/polymer/test/build/linter_test.dart
|
| @@ -256,11 +256,7 @@ void main() {
|
| <script>foo...</script>
|
| </polymer-element>
|
| </html>'''.replaceAll(' ', ''),
|
| - }, [
|
| - 'warning: script tag in polymer element with no type will '
|
| - 'be treated as JavaScript. Did you forget type="application/dart"?'
|
| - ' (lib/test.html 2 0)'
|
| - ]);
|
| + }, []);
|
|
|
| _testLinter('top-level, dart type & .dart url', {
|
| 'a|lib/test.html': '''<html>
|
|
|