Index: samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
diff --git a/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
index 492f0f1aaf82805574f1833ea57bd87407c6bef5..7d6493742ba6ca5d7da839172a7dd9257560e861 100644 |
--- a/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
+++ b/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
@@ -76,7 +76,7 @@ void main() { |
.test('getElementsByTagName (not in document)', () { |
for (int i = 0; i < num; i++) { |
List<Element> elems = document.queryAll('strong'); |
- ret = elems.isEmpty(); |
+ ret = elems.isEmpty; |
} |
}) |
.test('getElementsByName', () { |