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

Unified Diff: tests/language_strong/default_factory2_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/language_strong/default_factory2_test.dart
diff --git a/tests/language_strong/default_factory2_test.dart b/tests/language_strong/default_factory2_test.dart
index 1cc1129e85d643cd4ef6e2b73f73756923212016..e01854e354215f299a061f1ae8fed56d1c5800d2 100644
--- a/tests/language_strong/default_factory2_test.dart
+++ b/tests/language_strong/default_factory2_test.dart
@@ -15,5 +15,5 @@ class A<T extends Foo> implements IA<T> {
}
main() {
- var result = new IA<String>(); /// 01: static type warning, dynamic type error
+ var result = new IA<String>(); //# 01: static type warning, dynamic type error
}

Powered by Google App Engine
This is Rietveld 408576698