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

Unified Diff: tests/language/cast2_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/cascade_test.dart ('k') | tests/language/cast_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/cast2_test.dart
diff --git a/tests/language/cast2_test.dart b/tests/language/cast2_test.dart
index 260a6ffcfb12e83e35e68a74e7a714b88b28e5ba..2e828c93bc1de265451a8ed13bde0a796c842eef 100644
--- a/tests/language/cast2_test.dart
+++ b/tests/language/cast2_test.dart
@@ -22,7 +22,7 @@ main() {
C oc = new C();
D od = new D();
- (oc as dynamic).bar; // /// 01: runtime error
+ (oc as dynamic).bar; // //# 01: runtime error
// Casts should always evaluate the left-hand side, if only for its effects.
oc.inc() as dynamic;
« no previous file with comments | « tests/language/cascade_test.dart ('k') | tests/language/cast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698