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

Unified Diff: tests/lib/mirrors/generics_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
Index: tests/lib/mirrors/generics_test.dart
diff --git a/tests/lib/mirrors/generics_test.dart b/tests/lib/mirrors/generics_test.dart
index fd9b105b2ab5d68277325b08b96cd1ab210094ba..4abe39c329978114f725956d18ca73b3ede0e7a6 100644
--- a/tests/lib/mirrors/generics_test.dart
+++ b/tests/lib/mirrors/generics_test.dart
@@ -13,7 +13,7 @@ class A<T> {}
class Z<T> {}
class B extends A {}
class C
- extends A<num, int> // /// 01: static type warning
+ extends A<num, int> // //# 01: static type warning
{}
class D extends A<int> {}
class E<S> extends A<S> {}
« no previous file with comments | « tests/lib/mirrors/generics_double_substitution_test.dart ('k') | tests/lib/mirrors/get_field_static_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698