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

Unified Diff: tests/language/mixin_supertype_subclass4_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/mixin_supertype_subclass4_test.dart
diff --git a/tests/language/mixin_supertype_subclass4_test.dart b/tests/language/mixin_supertype_subclass4_test.dart
index e1a501a7349a39c454539f63529f8cb6bed12d1b..56fcf7f588a610678f0148eb270e3b86938822a9 100644
--- a/tests/language/mixin_supertype_subclass4_test.dart
+++ b/tests/language/mixin_supertype_subclass4_test.dart
@@ -24,11 +24,11 @@ class F extends E {}
class G {}
class A = E with M;
class M
- extends B with G /// 01: static type warning
- extends C with G /// 02: static type warning
- extends D with G /// 03: static type warning
- extends E with G /// 04: static type warning
- extends F with G /// 05: static type warning
+ extends B with G //# 01: static type warning
+ extends C with G //# 02: static type warning
+ extends D with G //# 03: static type warning
+ extends E with G //# 04: static type warning
+ extends F with G //# 05: static type warning
{}
main() {
« no previous file with comments | « tests/language/mixin_supertype_subclass3_test.dart ('k') | tests/language/mixin_supertype_subclass_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698