| Index: dart/pkg/template_binding/test/analyzer_test.dart
|
| diff --git a/dart/pkg/template_binding/test/analyzer_test.dart b/dart/pkg/template_binding/test/analyzer_test.dart
|
| index 5b47d436ddd63a6e3f7c5cf736fa34454302ebe0..109848a65f216e689eedd3a7d5ca23b7170e295a 100644
|
| --- a/dart/pkg/template_binding/test/analyzer_test.dart
|
| +++ b/dart/pkg/template_binding/test/analyzer_test.dart
|
| @@ -7,8 +7,6 @@ library template_binding.test.analyzer_test;
|
| import 'dart:html';
|
| import 'package:template_binding/template_binding.dart';
|
|
|
| -// @static-clean
|
| -
|
| // This test ensures template_binding compiles without errors.
|
| void main() {
|
| // To make analyzer happy about unused imports.
|
|
|