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

Unified Diff: tests/language_strong/type_variable_scope3_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/type_variable_scope3_test.dart
diff --git a/tests/language_strong/type_variable_scope3_test.dart b/tests/language_strong/type_variable_scope3_test.dart
index 262131aa08436d3071184887c1da4c6e5f60ea81..99f04d48f8adeeb13eb84fdf3c6c095a53b27258 100644
--- a/tests/language_strong/type_variable_scope3_test.dart
+++ b/tests/language_strong/type_variable_scope3_test.dart
@@ -5,12 +5,12 @@
// Test that a type parameter cannot be repeated.
class Foo<T
- , T // /// 00: compile-time error
+ , T // //# 00: compile-time error
> {
}
main() {
new Foo<String
- , String // /// 00: continued
+ , String // //# 00: continued
>();
}
« no previous file with comments | « tests/language_strong/type_variable_conflict_test.dart ('k') | tests/language_strong/type_variable_scope_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698