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

Unified Diff: tests/language/field_type_check_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/field_type_check2_test.dart ('k') | tests/language/final_for_in_variable_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/field_type_check_test.dart
diff --git a/tests/language/field_type_check_test.dart b/tests/language/field_type_check_test.dart
index 0a6fe3682e711ffde518544d2a6b66363eb8af8f..f1c3d436a0a1efef0f343d2fd46d90f51fcd46e4 100644
--- a/tests/language/field_type_check_test.dart
+++ b/tests/language/field_type_check_test.dart
@@ -7,5 +7,5 @@ class A {
}
int main() {
- new A().e = "String"; /// 01: static type warning, dynamic type error
+ new A().e = "String"; //# 01: static type warning, dynamic type error
}
« no previous file with comments | « tests/language/field_type_check2_test.dart ('k') | tests/language/final_for_in_variable_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698