Index: tests/html/custom_element_bindings_test.dart |
diff --git a/tests/html/custom_element_bindings_test.dart b/tests/html/custom_element_bindings_test.dart |
index c80c5fb583d62b8eedb5d7fae249d613aa444d55..3b9d6a9262fea8fa23966766e76e694b94f885c1 100644 |
--- a/tests/html/custom_element_bindings_test.dart |
+++ b/tests/html/custom_element_bindings_test.dart |
@@ -283,4 +283,5 @@ class AttributeMapWrapper<K, V> implements Map<K, V> { |
Iterable<V> get values => _map.values; |
int get length => _map.length; |
bool get isEmpty => _map.isEmpty; |
+ bool get isNotEmpty => _map.isNotEmpty; |
} |