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

Unified Diff: tests/language/regress_20394_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_19413_test.dart ('k') | tests/language/regress_21793_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_20394_test.dart
diff --git a/tests/language/regress_20394_test.dart b/tests/language/regress_20394_test.dart
index 4621ea1f930584c34c6fda1d9332bd38679797a0..1cf77fafaac04f9f44f66d316074ded0d5f4ff2e 100644
--- a/tests/language/regress_20394_test.dart
+++ b/tests/language/regress_20394_test.dart
@@ -3,7 +3,7 @@ import 'regress_20394_lib.dart';
class M {}
class C extends Super with M {
- C() : super._private(42); // /// 01: compile-time error
+ C() : super._private(42); // //# 01: compile-time error
}
main() {
« no previous file with comments | « tests/language/regress_19413_test.dart ('k') | tests/language/regress_21793_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698