Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: tests/html/element_types_test.dart

Issue 12188017: Fixing element_types_test/supported_object (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/html/element_types_test.dart
diff --git a/tests/html/element_types_test.dart b/tests/html/element_types_test.dart
index 9ef2449d5c931adddb63bee526b1dbffbf7f41ea..f681bd0fa48734cdf19dd6c82af7458f52f0aba6 100644
--- a/tests/html/element_types_test.dart
+++ b/tests/html/element_types_test.dart
@@ -48,7 +48,7 @@ main() {
group('supported_object', () {
test('supported', () {
- expect(MeterElement.supported, true);
+ expect(ObjectElement.supported, true);
});
});

Powered by Google App Engine
This is Rietveld 408576698