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

Unified Diff: tests/language/default_factory2_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/language/cyclic_typedef_test.dart ('k') | tests/language/default_factory_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/default_factory2_test.dart
diff --git a/tests/language/default_factory2_test.dart b/tests/language/default_factory2_test.dart
index 30c097bf48bdde5bcd11b500a17a4a7af51ba705..7eaeb8f97f748548ce282e7a14c86704144c355d 100644
--- a/tests/language/default_factory2_test.dart
+++ b/tests/language/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
}
« no previous file with comments | « tests/language/cyclic_typedef_test.dart ('k') | tests/language/default_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698