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

Unified Diff: tests/language/constructor9_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/constructor10_test.dart ('k') | tests/language/constructor_call_as_function_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/constructor9_test.dart
diff --git a/tests/language/constructor9_test.dart b/tests/language/constructor9_test.dart
index 51142699b48a875adeed9d4571af04cda2806fc9..2e2da6ea2e67712d4b64f2d6e9b84c66a905ee3a 100644
--- a/tests/language/constructor9_test.dart
+++ b/tests/language/constructor9_test.dart
@@ -8,7 +8,7 @@
class Klass {
Klass(var v): field_ = v { }
- final uninitializedFinalField_; // /// 01: static type warning
+ final uninitializedFinalField_; // //# 01: static type warning
var field_;
}
« no previous file with comments | « tests/language/constructor10_test.dart ('k') | tests/language/constructor_call_as_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698