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

Unified Diff: tests/language_strong/malformed2_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/malformed2_test.dart
diff --git a/tests/language_strong/malformed2_test.dart b/tests/language_strong/malformed2_test.dart
index 84011c49712e7c02c3b1b72ee0af492933ccf1da..1b263fa13c14991b017817943b123be7aa7f454a 100644
--- a/tests/language_strong/malformed2_test.dart
+++ b/tests/language_strong/malformed2_test.dart
@@ -5,7 +5,7 @@
library malformed_test;
// This part includes the actual tests.
-part 'malformed2_lib.dart'; /// 00: static type warning
+part 'malformed2_lib.dart'; //# 00: static type warning
bool inCheckedMode() {
try {
@@ -49,11 +49,11 @@ test(bool expectTypeError, f(), [String message]) {
}
}
-const Unresolved c1 = 0; /// 01: static type warning, checked mode compile-time error
+const Unresolved c1 = 0; //# 01: static type warning, checked mode compile-time error
void main() {
- print(c1); /// 01: continued
- testValue(new List<String>()); /// 00: continued
- testValue(null); /// 00: continued
+ print(c1); //# 01: continued
+ testValue(new List<String>()); //# 00: continued
+ testValue(null); //# 00: continued
checkFailures();
}
« no previous file with comments | « tests/language_strong/malbounded_type_test_test.dart ('k') | tests/language_strong/malformed_bound_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698