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

Unified Diff: tests/language/cast2_test.dart

Issue 2765693002: Update all tests (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/cast2_test.dart
diff --git a/tests/language/cast2_test.dart b/tests/language/cast2_test.dart
index d67c89b76cf68c68d0b14eb7234faa7f424b5fa7..0316cc272fafc911c48022dfa6217b96307afeb3 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;

Powered by Google App Engine
This is Rietveld 408576698