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

Unified Diff: tests/lib/mirrors/generics_double_substitution_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/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 e9ee9de18c8fabdadde40bdf79036fbe11af5a31..876564c8739965afa2bc194650000fc2658c86eb 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
}

Powered by Google App Engine
This is Rietveld 408576698