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

Unified Diff: tests/language/regress_28217_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_27617_test.dart ('k') | tests/language/reify_typevar_static_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_28217_test.dart
diff --git a/tests/language/regress_28217_test.dart b/tests/language/regress_28217_test.dart
index 3cc40089731e53909fa05c6e4356e7bd7a6b19c2..0e55515a6fc6c255085a400cafd62acbe068a9fd 100644
--- a/tests/language/regress_28217_test.dart
+++ b/tests/language/regress_28217_test.dart
@@ -6,9 +6,9 @@
// redirecting to a factory constructor.
class B {
- B() : this.a(); // /// none: compile-time error
- factory B.a() { } // /// 01: compile-time error
- B.a(); // /// 02: ok
+ B() : this.a(); // //# none: compile-time error
+ factory B.a() { } // //# 01: compile-time error
+ B.a(); // //# 02: ok
}
main() => new B();
« no previous file with comments | « tests/language/regress_27617_test.dart ('k') | tests/language/reify_typevar_static_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698