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

Unified Diff: tests/language_strong/bool_condition_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
Index: tests/language_strong/bool_condition_check_test.dart
diff --git a/tests/language_strong/bool_condition_check_test.dart b/tests/language_strong/bool_condition_check_test.dart
index facab4b338f9c8a1671587d8f302f05c80cb6b32..fcf82b8d2d27e3ba3593ffa2ec17685ba6ba5277 100644
--- a/tests/language_strong/bool_condition_check_test.dart
+++ b/tests/language_strong/bool_condition_check_test.dart
@@ -20,5 +20,5 @@ class Class {
}
main() {
- Expect.equals('', new Class(a: null, b: null).field); /// 01: dynamic type error
+ Expect.equals('', new Class(a: null, b: null).field); //# 01: dynamic type error
}
« no previous file with comments | « tests/language_strong/black_listed_test.dart ('k') | tests/language_strong/built_in_identifier_illegal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698