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

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

Issue 2765693002: Update all tests (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
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);
}

Powered by Google App Engine
This is Rietveld 408576698