| Index: pkg/mdv/test/node_bindings_test.dart
|
| diff --git a/pkg/mdv/test/node_bindings_test.dart b/pkg/mdv/test/node_bindings_test.dart
|
| index b05a7fb96871c22e69b663a9b12388490733eb12..fa0413fba4d66cbacc6af929301acd1327d8fc7d 100644
|
| --- a/pkg/mdv/test/node_bindings_test.dart
|
| +++ b/pkg/mdv/test/node_bindings_test.dart
|
| @@ -35,10 +35,6 @@ nodeBindingTests() {
|
| testDiv = null;
|
| });
|
|
|
| - dispatchEvent(type, target) {
|
| - target.dispatchEvent(new Event(type, cancelable: false));
|
| - }
|
| -
|
| observeTest('Text', () {
|
| var text = new Text('hi');
|
| var model = toSymbolMap({'a': 1});
|
|
|