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

Unified Diff: tests/language/cyclic_class_member_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/create_unresolved_type_test.dart ('k') | tests/language/cyclic_constructor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/cyclic_class_member_test.dart
diff --git a/tests/language/cyclic_class_member_test.dart b/tests/language/cyclic_class_member_test.dart
index 63c9651c90ccc8b3bf1271832fffb91836c68e8f..d33d8966b56e5b6f5fbf6536085357dfeba3171f 100644
--- a/tests/language/cyclic_class_member_test.dart
+++ b/tests/language/cyclic_class_member_test.dart
@@ -5,7 +5,7 @@
// Test that class with a cyclic hierarchy doesn't cause a loop in dart2js.
class A
- extends A /// 01: compile-time error
+ extends A //# 01: compile-time error
{
// When checking that foo isn't overriding an instance method in the
// superclass, dart2js might loop.
« no previous file with comments | « tests/language/create_unresolved_type_test.dart ('k') | tests/language/cyclic_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698