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

Unified Diff: tests/language/issue1363_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/is_malformed_type_test.dart ('k') | tests/language/issue15606_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/issue1363_test.dart
diff --git a/tests/language/issue1363_test.dart b/tests/language/issue1363_test.dart
index 6c9073b7b9052f74f14f993b519496979b858b07..7d85cd84be8c404426a94adcefb814f0a7dfb7a5 100644
--- a/tests/language/issue1363_test.dart
+++ b/tests/language/issue1363_test.dart
@@ -23,7 +23,7 @@ class C {
C contents = myCup.getContents(); // expect no warning or error
bool hasThrown = false;
try {
- contents = libCup.getContents(); /// static type warning
+ contents = libCup.getContents(); //# static type warning
} on TypeError catch (e) {
hasThrown = true;
}
« no previous file with comments | « tests/language/is_malformed_type_test.dart ('k') | tests/language/issue15606_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698