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

Unified Diff: tests/lib_strong/html/custom/document_register_basic_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « tests/lib_strong/convert/base64_test.dart ('k') | tests/lib_strong/html/custom/element_upgrade_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/custom/document_register_basic_test.dart
diff --git a/tests/lib_strong/html/custom/document_register_basic_test.dart b/tests/lib_strong/html/custom/document_register_basic_test.dart
index 95b71f8f9e576a05eac6d72e673692c616092f80..e1399bd00366deaa1ef85bdc32443bef4cc872b3 100644
--- a/tests/lib_strong/html/custom/document_register_basic_test.dart
+++ b/tests/lib_strong/html/custom/document_register_basic_test.dart
@@ -39,7 +39,7 @@ abstract class BadC extends HtmlElement {
BadC.created() : super.created();
}
-class BadF implements HtmlElement { /// compile-time error
+class BadF implements HtmlElement { //# compile-time error
static final tag = 'x-tag-f';
factory BadF() => new Element.tag(tag);
}
« no previous file with comments | « tests/lib_strong/convert/base64_test.dart ('k') | tests/lib_strong/html/custom/element_upgrade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698