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

Unified Diff: tests/language/regress_23038_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/language/regress_22976_test.dart ('k') | tests/language/regress_23051_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_23038_test.dart
diff --git a/tests/language/regress_23038_test.dart b/tests/language/regress_23038_test.dart
index 643ca7853d16ffd88d18613f6084de42772e8667..8c5b9c2f72bbfb2e1d004906ceeb0b831e6c20ff 100644
--- a/tests/language/regress_23038_test.dart
+++ b/tests/language/regress_23038_test.dart
@@ -4,9 +4,9 @@
class C<T> {
const
- factory /// 01: compile-time error
+ factory //# 01: compile-time error
C()
- = C<C<T>> /// 01: continued
+ = C<C<T>> //# 01: continued
;
}
« no previous file with comments | « tests/language/regress_22976_test.dart ('k') | tests/language/regress_23051_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698