| Index: pkg/template_binding/test/analyzer_test.dart
|
| diff --git a/pkg/template_binding/test/analyzer_test.dart b/pkg/template_binding/test/analyzer_test.dart
|
| deleted file mode 100644
|
| index 109848a65f216e689eedd3a7d5ca23b7170e295a..0000000000000000000000000000000000000000
|
| --- a/pkg/template_binding/test/analyzer_test.dart
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -library template_binding.test.analyzer_test;
|
| -
|
| -import 'dart:html';
|
| -import 'package:template_binding/template_binding.dart';
|
| -
|
| -// This test ensures template_binding compiles without errors.
|
| -void main() {
|
| - // To make analyzer happy about unused imports.
|
| - nodeBind(document);
|
| -}
|
|
|