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

Unified Diff: tests/language_strong/typevariable_substitution2_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/language_strong/typevariable_substitution2_test.dart
diff --git a/tests/language_strong/typevariable_substitution2_test.dart b/tests/language_strong/typevariable_substitution2_test.dart
index dffa91397c4b7cfabef56f13e390a77195357295..3a7149e3577d7fe8bc256a13576323248a69a6c4 100644
--- a/tests/language_strong/typevariable_substitution2_test.dart
+++ b/tests/language_strong/typevariable_substitution2_test.dart
@@ -21,6 +21,6 @@ class C<T> = B<T> with M;
main() {
new A(null);
- new C<String>(''); /// 01: ok
- checkDynamicTypeError(() => new C<String>(0)); /// 02: static type warning
+ new C<String>(''); //# 01: ok
+ checkDynamicTypeError(() => new C<String>(0)); //# 02: static type warning
}
« no previous file with comments | « tests/language_strong/type_variable_scope_test.dart ('k') | tests/language_strong/unbalanced_brace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698