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

Unified Diff: tests/lib/mirrors/generics_double_substitution_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/mirrors/generic_superclass_test.dart ('k') | tests/lib/mirrors/generics_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/generics_double_substitution_test.dart
diff --git a/tests/lib/mirrors/generics_double_substitution_test.dart b/tests/lib/mirrors/generics_double_substitution_test.dart
index 5eae4e6a1aace15fa392aea83445669dce45966b..ea3f5bc14d84087a9d63132250ec9a3e6dce35e0 100644
--- a/tests/lib/mirrors/generics_double_substitution_test.dart
+++ b/tests/lib/mirrors/generics_double_substitution_test.dart
@@ -29,5 +29,5 @@ main() {
Expect.equals(aOfString, parameterType.parameters.single.type);
ClassMirror typeArgOfSuperclass = cOfString.superclass.typeArguments.single;
- Expect.equals(aOfString, typeArgOfSuperclass); // /// 01: ok
+ Expect.equals(aOfString, typeArgOfSuperclass); // //# 01: ok
}
« no previous file with comments | « tests/lib/mirrors/generic_superclass_test.dart ('k') | tests/lib/mirrors/generics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698