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

Unified Diff: tests/language_strong/crash_6725_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
Index: tests/language_strong/crash_6725_test.dart
diff --git a/tests/language_strong/crash_6725_test.dart b/tests/language_strong/crash_6725_test.dart
index 420111f5af67ca8a92d7115c454b03eff6f01d08..54de50b7d485a54e5986afd4a0d1e05d96222213 100644
--- a/tests/language_strong/crash_6725_test.dart
+++ b/tests/language_strong/crash_6725_test.dart
@@ -6,8 +6,8 @@
library crash_6725;
-part 'crash_6725_part.dart'; /// 01: static type warning
+part 'crash_6725_part.dart'; //# 01: static type warning
main() {
- test(); /// 01: continued
+ test(); //# 01: continued
}
« no previous file with comments | « tests/language_strong/constructor_return_test.dart ('k') | tests/language_strong/create_unresolved_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698